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 don't know what if I'm doing something wrong or it's the normal behaviour of pickadate.js but I can't get expected times to show up with a time picker.
Basically I want to display one picker with different values based on user input: it will show times from 5:40am to 22:20pm in one case and times from 6:00am to 22:40pm otherwise. I want to apply a 40 minutes interval in both cases.
I get the expected result for the 6:00am to 22:40pm picker but am not able to display a 5:40am to 22:20pm picker. It actually displays 5:20am then 6:00am, 6:40am which overlaps with the other option.
How can I achieve what I described?
I know that it is maybe the way pickadate.js is designed: which part of the code should I modify in order to get the expected result?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I don't know what if I'm doing something wrong or it's the normal behaviour of pickadate.js but I can't get expected times to show up with a time picker.
Basically I want to display one picker with different values based on user input: it will show times from 5:40am to 22:20pm in one case and times from 6:00am to 22:40pm otherwise. I want to apply a 40 minutes interval in both cases.
My code is the following:
I get the expected result for the 6:00am to 22:40pm picker but am not able to display a 5:40am to 22:20pm picker. It actually displays 5:20am then 6:00am, 6:40am which overlaps with the other option.
How can I achieve what I described?
I know that it is maybe the way pickadate.js is designed: which part of the code should I modify in order to get the expected result?
Thanks in advance.
The text was updated successfully, but these errors were encountered: