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.
|