I have a field in an ORACLE DB that has a date value of
5/10/2005 3:03:55 PM
When I run a normal php select statement it is only bringing back
5/10/2005
If I run the same select statement in VB it brings back the date and time...PHP keeps cutting the time off.
Can someone tell me why this is happening and where I can got to find out how to get the entire '5/10/2005 3:03:55 PM' back.
Thanks in advance for the help.
5/10/2005 3:03:55 PM
When I run a normal php select statement it is only bringing back
5/10/2005
If I run the same select statement in VB it brings back the date and time...PHP keeps cutting the time off.
Can someone tell me why this is happening and where I can got to find out how to get the entire '5/10/2005 3:03:55 PM' back.
Thanks in advance for the help.