Questions that are in the vein "I can't remember the syntax for a particular
VBScript function" can best be answered/resolved by looking in the manual.
More uncharitable people would call this RTFM :-)
http://download.microsoft.com/download/winscript56/Install/5.6/W982KMeXP/EN-
US/scrdoc56en.exe
(this is very useful - switch to index view, scroll down to FormatDateTime()
and your question would have been answered).

Also, if you need custom date/time formatting, consider this routine:
www.adopenstatic.com/resources/code/formatdate.asp

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Chris Janz" <[EMAIL PROTECTED]>
Subject: RE: dates


: forgot to add code...  duh...
:
: <%
: dim todaysdate, datearray, getdate
: getdate = formatdatetime(date,2)
: datearray = split(getdate, "/")
: todaysdate = MonthName(datearray(0), True) & ". " & datearray(1) & ", " &
: datearray(2)
: %>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to