Skip to content
Advertisement

PHP check if time falls within range, questioning common solution

I have to check if the current daytime falls in a specific range. I looked up the internet and found several similar solutions like this one:

JavaScript

If both conditions have to be true, how can this bis achieved when we assume that $start is 06:00:00 and $end is 02:00:00.

If we make the assumption that it is 01:00:00, in this case the first condition can’t be true.

Has anybody an idea to handle this problem differently?

Thanks!

Advertisement

Answer

Naturally, you’d have to account for date in your comparisons.

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement