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 would like to have a simple timepicker, but datepicker is always present.
I tried with using the "format" option, the "pickDate: false" option but it is still there.
What I am not doing?
Hi,
I would like to have a simple timepicker, but datepicker is always present.
I tried with using the "format" option, the "pickDate: false" option but it is still there.
What I am not doing?
Here is the sample of my view:
and in coffee script I have
$(document).ready -> $('.time_picker').datetimepicker XXX return
where XXX was one of the options I tried:
format: "H:i"
,format: "LT"
orpickDate:false
Thank you in advance for your help.
Regards,
Paulina
The text was updated successfully, but these errors were encountered: