scripter73
Programmer
Hi,
On my website, I would like to display today's date. In other words the system date to be like:
Monday, 4/8/2002. (Preferably, Monday April 8, 2002).
Here's what I said:
<%= WeekdayName(Day(date) + 1) %>
Last week this worked fine. I was getting "Monday, 4/8/2002" Now I am receiving the error message, "Invalid procedure call or argument 'WeekdayName'.
What am I doing wrong? I am new to Vbscript and hopefully someone can help me out.
Thanks in advance for your help,
scripter73
Change Your Thinking, Change Your Life.
On my website, I would like to display today's date. In other words the system date to be like:
Monday, 4/8/2002. (Preferably, Monday April 8, 2002).
Here's what I said:
<%= WeekdayName(Day(date) + 1) %>
Last week this worked fine. I was getting "Monday, 4/8/2002" Now I am receiving the error message, "Invalid procedure call or argument 'WeekdayName'.
What am I doing wrong? I am new to Vbscript and hopefully someone can help me out.
Thanks in advance for your help,
scripter73
Change Your Thinking, Change Your Life.