Corregir año en la fecha de tabla clinics

This commit is contained in:
2022-04-01 12:26:04 +02:00
parent 3c8a69b21c
commit 44901be490
+1 -1
View File
@@ -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")
}
})