05.01.2016, 07:49
Why not go?It should go only between 20 and 22 hours. Excuse my bad english.
PHP код:
new hour,minute,second;
gettime(hour,minute,second);
if(hour < 20 && hour > 22)
{
return 1;
}