I have a date field on an Access database that has a longdate format (Thursday, July 04, 2003).
When I retrieved this field into my asp page
<%=dateset("datefld"
%>, the format was changed to 7/4/03.
How can I format it to July 4, 2003?
Any help will be greatly appreciated.
When I retrieved this field into my asp page
<%=dateset("datefld"

How can I format it to July 4, 2003?
Any help will be greatly appreciated.