I've looked at some of the answers on how to change an image based on time, but my question is a little more "in depth." I hope it isn't too impossible!
Basically I have two images: A night time image, and a day time image.
What I would like to achieve is to have my website swap an image to a "night time version" of the same image at 8PM according to viewers system time and then swaps back to the original "day time" image at 6am.
That is, every 8PM to 6AM it should show the NIGHT TIME image and from 6AM to 8PM it should show the DAY TIME image. How can this be achieved? Is it possible?
If so If anyone can come up with a solution that would be great! If not at least point me in the right direction lol.
Edit: I should add that I know very little javascript. Very sorry! So I may need some explaining on how to implement the time functions to swap out images.
THANKS! X