Search Tools Links Login

Easy Date


VERY simple code to display a nicely formatted date on your web page. (IE - Wednesday, June 14, 2000)

Original Author: Mike Sipes

Code

<%
DateToday = WeekdayName(Weekday(Weekday(Date()))) & ", " & MonthName(Month(date())) & " " & Day(Date()) & ", " & Year(Date())
%>
'Place this where you want the date to display:
<%=DateToday%>

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 119 times

Categories

ASP/ HTML

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.