Hi all,
Hope you can help on this one....
I have a date in a mssql table, column is "datetime 8", format is the following:
01/15/2003 3:14:25 PM
When I perform a query to retrieve one of those dates, and echo it in a web page, I get it in the following format:
Dec 19 2002 8:00AM
How can I get back to this format: 01/15/2003?
Is there a setting in php, or in mssql that I should change, or a workaround?
Thank's in advance,
Nicolas