Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the datepicker do not manage datetime with timezone #39

Open
redtano opened this issue Aug 20, 2020 · 1 comment
Open

the datepicker do not manage datetime with timezone #39

redtano opened this issue Aug 20, 2020 · 1 comment

Comments

@redtano
Copy link

redtano commented Aug 20, 2020

How to change the datepicker javascript component to manage datetimes with timezone like 2020-08-10T04:10:00+02:00 ?
Thanks

@MichielCM
Copy link
Owner

In HTML5, datetime with timezone is no longer supported: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime#:~:text=The%20HTML%20%3Cinput%20type%3D%22,no%20longer%20supported%20in%20browsers.

As such, there is no built-in control to support it. If you need to, you will have to find a JavaScript control and customize the XSLT-sheet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants