I have dates in my database as mm/dd/yyyy and i would like to show in my result page as dd/mm/yy format.
I am doing in asp and can you please help me to convert this into dd/mm/yyyy format.
Thanks.
Software/Hardware used:
Software
ASKED:
August 22, 2009 7:59 AM
UPDATED:
August 25, 2009 6:03 PM
The ‘SAP’ tag could have prevented ASP experts to look at your question.
Fortunately you received the answer you were looking for in spite of that.
Or if DB2 the SQL would be SELECT your_date, CHAR(your_date,ISO)