Search found 2 matches

by marcdg
Thursday 03 October 2013 9:24
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158704

Re: Events system feedback thread

gertjuhh wrote:
marcdg wrote:Is it possible to have an event started if time is between 22:00 and 07:00 ?
I have tried this in blocly, but it will not work, perhaps because of the daychange ?
If
(time > 22:00 OR time < 07:00) AND ...
Then
...

thanks ! That did it.
by marcdg
Wednesday 02 October 2013 9:57
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 158704

Re: Events system feedback thread

Is it possible to have an event started if time is between 22:00 and 07:00 ?
I have tried this in blocly, but it will not work, perhaps because of the daychange ?