-
Hello, I set the date as
Any suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
With an Italy time zone (UTC+2 in DST) Trying the code shows the date as 14/07/2020 16:56. var date = '2020-07-14T16:56:16.626Z'; // yields 18:56 This is also the format produced by Javascript's native |
Beta Was this translation helpful? Give feedback.
-
Timezones are stupid. I need to implement this into the custom date format plugin. For now, I'd recommend handling the zone outside the picker (or with a plugin) until I can work on that. |
Beta Was this translation helpful? Give feedback.
Please follow #2729