if (($daytime >= 9) and ($daytime <= 21)) {do something}
This works fine but I was wandering if their was a way to make it simpler like: If ($daytime == 9 to 21) do something ? I tried asking Google and couldn’t fined anything last night but a found this forum!