-
javascript updates by day
Folks,
I am building a site for a YMCA. Each day there are different fitness classes, and I would like the main page to show the current day’s classes. I have a script that puts up a new message based on the our of the day, <https://www.javascript-page.com/chclock.html>but I want the message to update based on the day of the week.
The other option would be to have a seven different main pages placed on my server for each day of the week. But how would I communicate to the server to tell it to load the appropriate page on a daily basis.
Forgive the newbie nature of this question.
Thanks
DAN