question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting pickatime end value to midnight or later

See original GitHub issue

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:

// 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:open
  • Created 5 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

0reactions
bluestarstudioscommented, Jun 2, 2022

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found