-
Notifications
You must be signed in to change notification settings - Fork 1k
Existing datetime in inout field not parsed correctly #321
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
Comments
probe to set propetry auto_syze to false |
+1 having the same issue. For me the date part is parsed correctly, but the time part is always 00:00 @EGD I don't see that option in the code, can you elaborate? |
@lulalala this options provides from datepicker |
@EGD Do you mean |
I mean this |
turning autosize off worked for me |
My input field is set to 2011-11-05 13:45. After initializing timepicker it is set to 1899-12-31.
but dateformat is set correctly:
dateFormat: 'yy-mm-dd' ,
timeFormat: 'hh:mm',
The text was updated successfully, but these errors were encountered: