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
in fact, there doesn't seem to have any setter method on this widget.... I tried updating the minDate, and seeing that it did nothing, I look into the code to notice that the code did not follow the jQuery UI widget factory. This code should be refactored to follow the guidelines and could very well be presented as an update to the current datepicker widget.
Hi,
First of all thanks for your work, looks very useful for me!
Second I'm trying do set the above fields dynamically (using 0.9.5), after the datetimepicker had been initialised and before it appears using:
$(params[0]).datetimepicker("option", "hourMin", 8);
$(params[0]).datetimepicker("option", "hourMax", 22);
$(params[0]).datetimepicker("option", "stepMinute", 15);
with no luck. If I pass this options when datepicker is initialised it works.
Tried the dev branch rev b53bf32 - same thing.
The text was updated successfully, but these errors were encountered: