nonprogrammer
Technical User
Hello,
I have this script
That is supposed to give me Day, Month, date, and Year.
I get that but it is the wrong date, for Friday, January 27, 2006 I get this Saturday, December 30, 1899
I checked my server settings, my computer settings and the dates are correct am I missing something?
I have this script
Code:
<%
Response.write FormatDateTime(todaysDate,1)
%>
I get that but it is the wrong date, for Friday, January 27, 2006 I get this Saturday, December 30, 1899
I checked my server settings, my computer settings and the dates are correct am I missing something?