Open justkd opened 5 years ago
Hi, can you provide a codepen so we can test it easier?
@DanielRuf
Hello,
we also are trying to find a way to set time like:
till 23:59 without interval 1 or till 00:00 (that is shown after 23:50, not in the beginning of list).
It will be great if there is a way.
Is 23:59 possible with a 30 min internal in version 5?
I also need this. I found this is because of the for loop line 1037 of picker.js file; but as it is a generic function used to build many elements of the plugin it is tricky to modify.
Just like the comments above, our application has the need for people to be able to set the end-time up to 24h after the start time. For an appointment starting at 7 pm, we need to allow all hours from 7pm to 7pm the following day. We can dynamically set the 'min' but (as outlined above) the 'max' can't seem to be set to anything past [23,59]. Please help.
Checking in on the progress of this as it's been over 4 years since the original post and this still seems to be unaddressed. Thanks!
Referencing #916 and #692 for being similar issues that I think weren't explained clearly.
It doesn't appear that we can set the end time to midnight or later. For example:
We're asking if there's a way to have the list run from a start time until AFTER 11:30pm.
Such as 7:00 AM to Midnight.
7:00 AM 7:30 AM 8:00 AM ... ... ... 11:00 PM 11:30 PM 12:00 AM