Browse Source

Correction Heure dans les tables

static
Maxime Wack 6 years ago
parent
commit
be1afd3cd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.R

+ 1
- 1
app.R View File

@@ -116,7 +116,7 @@ server <- shinyServer(function(input, output)
str_to_title,
Heure = timestamp %>%
as.POSIXct %>%
format(format = "%H:%S")) %>%
format(format = "%H:%M")) %>%
select(Date, Heure, Etat, `Vœu`, Subdivision, Discipline, `Désir (non officiel) en chirurgie générale`, Rang) ->
listing



Loading…
Cancel
Save