Corregir año en la fecha de tabla clinics
This commit is contained in:
+1
-1
@@ -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")
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user