-
Notifications
You must be signed in to change notification settings - Fork 115
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
Please support datetime and datetime-local type for input #26
Comments
Well, this support is reasonable in theory, but in practice... how do you see it?
Although For example, go here http://www.w3schools.com/html/tryit.asp?filename=tryhtml_input_datetime-local, set date and time, select control in devtool Elements view, and then check actual value of the control using You will be surprised, that control actually does not take in account your locale and sets value in GMT. Any suggestions? |
Sorry for late response. The type 'datetime' has been removed from the HTML standard, so never mind it. Although the type 'datetime-local' is new, it works fine on my browsers, even though on windows.
I didn't understand this paragraph.
According to my understanding, the type 'datetime-local' means 'Nothing to do with time zone'. For example, If I want to process datetime with time zone, I must do time zone converting between the value of input element and my Date object. Apologize if I misunderstand your comment. |
Please support datetime and datetime-local type for input
The text was updated successfully, but these errors were encountered: