Setting pickatime end value to midnight or later
See original GitHub issueReferencing #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:
// 7AM to 11PM works fine.
$('.timepicker').pickatime({
min: [7,00],
max: [23,00]
})
// But list from 7:00 AM to Midnight - Does not work. The drop down doesn't populate at all.
$('.timepicker').pickatime({
min: [7,00],
max: [24,00]
})
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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Periodic Scheduling Setup Guide
Set the "weeks in the future" value to how many weeks from each Sunday you want the system to generate a new week,...
Read more >Minutes interval between two times past midnight in php
Below is how you would do it: ... compare them, add 1 day to end time if it's smaller and then loop over...
Read more >Document - Multiple bug fixes | HPE Support
This VSI V4.4 kit will install on VSI OpenVMS V8.4-1H1 and later. ... End Time -- pick a time that will give you...
Read more ><input type="time"> - HTML: HyperText Markup Language | MDN
You can set a default value for the input by including a valid time in the ... run through midnight to the next...
Read more >describe-monitoring-schedule
Overrides config/env settings. --cli-read-timeout (int). The maximum socket read time in seconds. If the value is set to 0 ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DanielRuf
https://codepen.io/justKD/pen/XoRZeV
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!