Switching depending on the time of day
-
Hello! Your plugin is great, but lacks automatic switching styles depending on the time of day (day – light, night – dark). I found this code, but I do not know how to apply it:
var date = new Date (); var h = date.getHours (); if (h>20 || h<8) [night mode activation function]
tell Me how you can implement it? Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Switching depending on the time of day’ is closed to new replies.