From 3492b7f7ef1bb970856e5d3ce7b107925d6635d1 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Fri, 1 Apr 2022 12:26:42 +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 b5f7080..889af32 100644 --- a/BDAccess/app.R +++ b/BDAccess/app.R @@ -185,7 +185,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") } })