Forums

ASP

This topic is locked

Date Question

Posted 07 Oct 2003 12:49:37
1
has voted
07 Oct 2003 12:49:37 Russell Marshall posted:
I am using this ASP on a page to display the date.

<%=FORMATDATETIME(Date,vdShortDate)%>

This works fine and lists the date like this 07/10/2003

Does anyone know how I can get the date to display as follows.

Tuesday 7th September 2003

Thanks

Davrus

Russell

Replies

Replied 10 Oct 2003 21:17:17
10 Oct 2003 21:17:17 asp1 asp1 replied:
Do this.

<%=formatdatetime(now(),vblongdate)%>

Reply to this topic