Hi,
I have a basic MS SQL 2000 database that has a datetime field.
Now if i use sql query analyser or enterprise manager it returns the date as ;
2003-03-31 14:17:22.000
which would be ok for what i want.
However when i run and SQL Query from PHP that is the same command
I get the date back as
31 Mar 2003 14:17
which obviously isn't much good to me.
Can anyone tell me how to get php to retrieve this as ;
dd/mm/yyyy hh:mm:ss
?
Thanks
Mark