DatePicker.shinyinput date format #141
Answered
by
kapitalistn
kapitalistn
asked this question in
Q&A
-
By choosing for example 12 September 2022 it returns 2022-09-11T22:00:00.000Z ui <- fluentPage( |
Beta Was this translation helpful? Give feedback.
Answered by
kapitalistn
Oct 30, 2022
Replies: 1 comment
-
Found solution with: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kapitalistn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found solution with:
format.POSIXct(as.POSIXct(input$date_start, tz = "UTC", format = "%Y-%m-%dT%H:%M:%S.000Z"), format = "%Y-%m-%d", tz = Sys.timezone())