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.
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))%>
Current time is 4:21:22 PM
Date is 4/16/2025
Tomorrow is 4/17/2025
Today is Wednesday
Tomorrow is Thursday
ASP active server pages date and time date time asp howto reference examples samples source code demos tips