We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to change the datepicker javascript component to manage datetimes with timezone like 2020-08-10T04:10:00+02:00 ? Thanks
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
How to change the datepicker javascript component to manage datetimes with timezone like 2020-08-10T04:10:00+02:00 ?
Thanks
The text was updated successfully, but these errors were encountered: