PDA

View Full Version : Time and Dates


admin
05-28-2003, 11:32 PM
The time now is <%=NOW%>

Today's date is <%=DATE%>

Current time is <%=TIME%>

<%=MONTH(DATE)%> is the current month.

<%=DAY(DATE)%> is the day.

<%=WEEKDAY(DATE)%> is the weekday.

<%=YEAR(DATE)%> is the year.

One thing to note, the time is the time on the server. Therefore, it may differ from the time you show.