Corregir año en la fecha de tabla clinics

This commit is contained in:
2022-04-01 12:26:42 +02:00
parent 9b8f24ddd8
commit 3492b7f7ef
+1 -1
View File
@@ -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")
}
})