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") } })