devxlogo

Image Changeovers

Image Changeovers

Question:
I have seen plenty of text on script dealing with mouseovers, or ‘animation’ where an image can change every few seconds, but is there a way I can write a script where an image changes once every 24 hours based on the server time, not the time the user’s browser is open?

Answer:
I assume that given a way to figure out the time on the server, you can figure out how to change the image display?

To find out the time, all you need to do is know how many hours you are off UTC (Coordinated Universal Time, also known as GMT, for Greenwich Mean Time). For instance, Pacific Standard Time is 8 hours after UTC.

You can then use one of JavaScript’s built-in date functions such as getUTCHours(), which will tell you the current hour in UTC. Subtract or add your server’s offset, and you’re set.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist