These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

change date format

How can I change the date format from mm/dd/aaa 
to dd/mm/aaaa ?
Luciano Ferreira 2/27/2005 1:17 PM
Hi.
You have to put this lines like commentary at the file config.asp:

- Variables ---------------------------
    Response.CharSet = "ISO-8859-1"
                Session.CodePage = 1252
                Session.LCID = 1033
Felipe 3/24/2005 5:45 AM