Date type in oracle does not include time values
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-04-09T11:28:07Z
Indexed on
2010/04/09
11:33 UTC
Read the original article
Hit count: 194
I have a PHP application using an Oracle XE database.
Whenever I add a date the hours minutes, and seconds seem to get left out.
Is there some special format, or type I should use to be able to store this? I have tried using to_date, and specifying the format I am using.
Many thanks for any suggestions from this confused MySql dveloper.
© Stack Overflow or respective owner