Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8836347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:28:29+00:00 2026-06-14T09:28:29+00:00

Best practice to get if a time within a given time frame. Current hour

  • 0

Best practice to get if a time within a given time frame.

Current hour: 22:00
Timeframes (start, end time of shifts):

00:00 - 08:00
04:00 - 12:00
08:00 - 16:00
12:00 - 20:00
16:00 - 00:00
20:00 - 04:00

Using the logic:

if currentHour >= startHour and currentHour <= endHour:
    ...

Doesn’t really work since it will not be less then 04:00 if the time is 22:00.
Using OR will not work either since then 22 will be more then 00:00 and that’s not right.

Argh I don’t know if it’s the lack of caffeine or what but i just can’t wrap my head around it…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:28:30+00:00Added an answer on June 14, 2026 at 9:28 am

    You have to remember that, if the endHour < startHour, it’s actually on a different day, ie. 24 hours later than it says. Likewise, for an hour to be in this range, it could be on either day, so if it’s < startHour, it could be on the next day.

    if currentHour < startHour:
       currentHour += 24
    if endHour < startHour:
       endHour += 24
    
    if currentHour >= startHour and currentHour <= endHour:
       //...code
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a 'best practice' question about using PDO. I'm trying to finally get
I want to get current time in my application. Then i want to add
I would like to get some opinion about best practice in iOS5 and higher
The recommended best practice is to set the current culture of the application's thread
Generally, it is the best practice to store time in UTC and as mentioned
I am looking for some suggestion over best practice (considering Memory and CPU time)
I was wondering (and I hate using the words 'Best Practice') - but is
I would like to get feedback on best practices in regards to querying/storing a
I'd like to get some community input on best practices for styling your ERB
I want to know about the best practices here. Suppose I want to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.