-
Notifications
You must be signed in to change notification settings - Fork 36
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
Set minutes in datetime issue - Version 2.0.9 #23
Comments
Have you solved the problem? |
no :( |
thanks for your info... |
Thanks friend!! Good job! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I opened datetime anypicker, with minutes round between 0 and 30.
If I not click in minutes and click "Guardar" directly, the minutes not show correctly. Input show 31 minutes and not show 0.
Code is:
$("#ip-deInicio").AnyPicker({ mode: "datetime", showComponentLabel: true, dateTimeFormat: "HH:mm", intervals: { h: 1, m: 30 }, layout: "popup", roundOff: true, i18n: { headerTitle: "Seleccionar", setButton: "Guardar", cancelButton: "Salir", componentLabels: { hours: "Hora", minutes: "Minutos" } } });
Any tips? Thanks
The text was updated successfully, but these errors were encountered: