From 44901be4907eae16ba5172bc0c2eca3744bea3c2 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Fri, 1 Apr 2022 12:26:04 +0200 Subject: [PATCH] =?UTF-8?q?Corregir=20a=C3=B1o=20en=20la=20fecha=20de=20ta?= =?UTF-8?q?bla=20clinics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BDAccess/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BDAccess/app.R b/BDAccess/app.R index 5ea68ad..bbbc7e6 100644 --- a/BDAccess/app.R +++ b/BDAccess/app.R @@ -206,7 +206,7 @@ server <- function(input, output) { if (!is.null(CLINICS)){ rhandsontable(values[["CLINICS"]], stretchH = "all", readOnly = F, useTypes = T) %>% hot_col(values[["CLINICS"]] %>% select(lubridate::is.Date) %>% colnames, - dateFormat = "DD/MM/YY", type = "date") + dateFormat = "DD/MM/YYYY", type = "date") } })