Corregir año en la fecha de tabla clinics
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ server <- function(input, output) {
|
|||||||
if (!is.null(CLINICS)){
|
if (!is.null(CLINICS)){
|
||||||
rhandsontable(values[["CLINICS"]], stretchH = "all", readOnly = F, useTypes = T) %>%
|
rhandsontable(values[["CLINICS"]], stretchH = "all", readOnly = F, useTypes = T) %>%
|
||||||
hot_col(values[["CLINICS"]] %>% select(lubridate::is.Date) %>% colnames,
|
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