Does anyone have experience of manipulating dates and times, beyond the basic functions provided? For example, I want to be able to do things like:
- round a datetime to the nearest 15 minutes
- check to see whether a datetime is before a certain time of day (for example "is $startwork < '06:00' ", or "is this time after midnight")
Thank you
- round a datetime to the nearest 15 minutes
- check to see whether a datetime is before a certain time of day (for example "is $startwork < '06:00' ", or "is this time after midnight")
Thank you
Comment