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
I can't really understand your question, but if you are trying to allow only a selection between two times, use it like this: $('.timepicker').timepicker({ minuteStep: 30, icons: { up: 'mdi mdi-chevron-up', down: 'mdi mdi-chevron-down' } }).on('changeTime.timepicker', function(e) { if(e.time.value >= "12:00 AM"){ alert("Event must end before end of the day. "); } });
it's possible tu limit te liste oh hour ?
for example I want just to list to 7 at 22 ? and not 0 to 24
thanks
The text was updated successfully, but these errors were encountered: