have got a date stored in a database in the format dd/mm/yyyy. when this date is output the format becomes mm/dd/yyyy. is there anyway that i can make the date appear as it is in the database ?
All that i am doing is <%response.write objRS("NewsDate"%>
which i would have expected to just output the date as is, but alas it is not. any ideas apreciated !
All that i am doing is <%response.write objRS("NewsDate"%>
which i would have expected to just output the date as is, but alas it is not. any ideas apreciated !