View Single Post
Old 08-03-2005, 04:51 PM   #1 (permalink)
que
Member
 
Join Date: Aug 2005
Posts: 31
Default Date formating in Asp

Hello,

I'm using FormatDateTime with vbLongDate in the following line:

<%=FormatDateTime((rsBlogEntry.Fields.Item("blogDa te").Value), vbLongDate)%>

Which returns the format:
Wednesday, August 02, 2005

I was looking at the different date formats and couldn't find one that drops the day of the week and just returns: August 02, 2005

How do you format the date this way? Thanks.
que is offline   Reply With Quote
Sponsored Links