Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: gauravdbHi Team,
I know there are numerous posts on Date Conversion issue but I feel my issue has not been discussed in any thread before so posting it.
I have some Data(in string) which I would like to convert to Date format. I am able to do the conversion using the date function but the problem is that some of the years are getting converted into 1900 and some are 2000.
My String looks like this:
DATE_MIS
01-Feb-55
01-Feb-55
15-Jul-64
15-Jul-64
15-Nov-65
15-Nov-65
15-Sep-96
15-Sep-96
15-Sep-36
After conversion, this is how it looks:
test
1955-02-01
1955-02-01
1964-07-15
1964-07-15
1965-11-15
1965-11-15
1996-09-15
1996-09-15
2036-09-15
Can anyone please explain
Thanks
GK