[thelist] ASP: Modify FormatDateTime()

Daniel Frey danieljohnfrey at yahoo.com
Fri Mar 14 11:17:26 CST 2003


> sorry, i trashed your reply before i had chance to reply to it!
> 
> anyway, FormatDateTime i don't think is going to give you what you
> want, so you're going to have to format the date yourself.  something
> like:
> 
>   strShortDate = WeekDayName(weekday(strFullDate), true) & " " & _
>                  MonthName(month(strFullDate), true) & " " & _
>                  Year(strFullDate)
> 
> should give you what you want, or something close to.
> 
> hth,
> 
> darren.

===
Oops, didn't read Darren's post before I replied - he's got it dead on!


More information about the thelist mailing list