Browse Source

Corregir año en la fecha de tabla clinics

main
marcelcosta 2 years ago
parent
commit
3492b7f7ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      BDAccess/app.R

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

Loading…
Cancel
Save