Display the Date and Time

Well, guess nothing is easier than this. But it's a good way to get started! Be aware that the time is NOT the client's local time -- it's the time of the server.

The Code

Current time is <%=Time%><br />
 Date is <%=Date%><br />
 Tomorrow is <%=Date + 1%><br />
 Today is <%=WeekdayName(Weekday(Date))%><br />
 Tomorrow is <%=WeekdayName(Weekday(Date+1))%>

The Result

Current time is 1:52:09 AM
Date is 3/19/2024
Tomorrow is 3/20/2024
Today is Tuesday
Tomorrow is Wednesday


ASP active server pages date and time date time asp howto reference examples samples source code demos tips


Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site