PL/SQL Question
I have two date columns in the table.
Application people passing the date values (start date time and end date time) from the front end.
While trying to insert the values into the table one value inserted properly.
And start date and time inserted some junk value like 10/04/1523 11:10:23 PM (But actual value from application 10/04/2010 10:23:33 PM).
Why year as 1523?
Thanks
Raj