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
Hi,
When I use {format: "m/d/Y h:i A"} option, and blur the input, this one set time minus 1 hour.
How can i fix it ?
The text was updated successfully, but these errors were encountered:
Happening the same to me. Not sure why.
Sorry, something went wrong.
Same to me. See issue here: https://codepen.io/lasa-dev/pen/PoXNyjL
Adding, validateOnBlur: false, worked for me:
$('#yourpicker').datetimepicker({ format:'Y-m-d h:i a', formatTime:'h:i A', formatDate:'Y-m-d', validateOnBlur: false });
Not really a solution, you disable validation !
No branches or pull requests
Hi,
When I use {format: "m/d/Y h:i A"} option, and blur the input, this one set time minus 1 hour.
How can i fix it ?
The text was updated successfully, but these errors were encountered: