Author Topic: How do you get the day of the week?  (Read 404 times)

Eg Friday, Saturday, Sunday
is this possible?

Well, I'm sure theres some algorithm for getting the day of the week from the date, but you can get the date using this cookie: getDateTime(). It's just the date space the time. Grab the first word for the date. Google an algorithm to get day of week from date.