I have this problem to solve:
I would need that participants to be able to input data in the database just in some preset time intervals.
These would be between 11 AM EST -18.30 PM EST on weekdays (Monday-Friday)
and between 8.30 AM EST - 11.30 EST on weekends (Saturday - Sunday).
It's very important that these times must be is EST (New York's time).
There is any solution to this?
Something applying the if, else and elseif statements?
I'm using PHP.
Thanks in advance!