Having a little difficulty with variables and the time functions. I have 2 variables set. And would like to check is $now is between them.
I.e.
Start_event: Wed, Nov 15 08:00 AM
END_event: Wed, Nov 22 09:00 AM
IF $now is between Start_event and End_event
Then return true
Else return false
The problem I am having is getting the start and end events to convert from a string format to a time format to compare them. If I use datetime it gives the current date Any suggestions