You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using the DateTimePicker in my rails app and here are a couple problems I am encountering:
First problem is that if I don't use validateOnBlur when using a custom format option, the input always goes back to current date and time.
Second problem is that whenever I first load my page, even though the lang is set to 'fr' and I also changed it in the js file of the datetimepicker to 'fr', it is always in english until I open it a first time.
Last problem for now is that whenever I reopen the date time picker after choosing a date, the selected date in the picker always goes back to current date and time...
Hope anyone can help with that =)
Thanks!
The text was updated successfully, but these errors were encountered:
Also I seem to be having some problems because I use multiple .datetimepicker in the same page... Is it supposed to work correctly? Cause whenever i set the value of one it seems to be setting the value of the other... I use $(".datetimepicker[name='picker_name']").datetimepicker to select them is that okay?
Hi! I am using the DateTimePicker in my rails app and here are a couple problems I am encountering:
First problem is that if I don't use
validateOnBlur
when using a custom format option, the input always goes back to current date and time.Second problem is that whenever I first load my page, even though the lang is set to 'fr' and I also changed it in the js file of the datetimepicker to 'fr', it is always in english until I open it a first time.
Last problem for now is that whenever I reopen the date time picker after choosing a date, the selected date in the picker always goes back to current date and time...
Hope anyone can help with that =)
Thanks!
The text was updated successfully, but these errors were encountered: