TO_Date « Data Type « Oracle PL / SQL






1.MONTHS_BETWEEN with to_date function
2.Converting spelled date to DATE format
3.Converting number representation to DATE format
4.TO_CHAR(TO_DATE('04-JUL-15', 'DD-MON-YY'), 'DD-MON-YYYY')
5.TO_DATE('04-JUL-15', 'DD-MON-RR'): Uses the RR format when interpreting the years 15 and 75
6.Use to_date function with between ... and