
Display Day & Month With ASP
This script will show you how to diplay the current day and month with ASP.
Example
Day is
Thursday
,
and the month is
September
Script Source
Day is
<%response.write(WeekdayName(weekday(date)))%>,
<br />
and the month is
<%response.write(MonthName(month(date)))%>
Please let me know if this script was helpful to you.
[rating]