Does anyone know of a php class or library that helps deal with dates (meaning weekdays)? For example, I could use it to say “give me the timestamp for next Tuesday at 9:00” or “is this timestamp between next Tuesday and next Thursday”.
I just have a part of my application that I need to make sure I’m not scheduling things at certain times.
There is the built-in
DateTimeclass, but you don’t even need it for this: