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!
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" } } });
$("#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:
Have you solved the problem?
Sorry, something went wrong.
no :(
thanks for your info...
I have solved this problem please check anypicker.js please check this image
You can modify this point dInput.getMinutes()
dInput.getMinutes()
Thanks
Thanks friend!!
Good job!
No branches or pull requests
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: