TO_TIMESTAMP « Date Timezone « Oracle PL / SQL






1.TO_TIMESTAMP(x): Converts the string x to a TIMESTAMP
2.to_timestamp('2003/DEC/13 10:13:18', 'YYYY/MONTH/DD HH24:MI:SS')
3.to_timestamp('2003/DEC/13 10:13:18', 'YYYY/MONTH/DD HH12:MI:SS')
4.to_timestamp('2003/DEC/13 10:13:18', 'YYYY/MONTH/DD HH:MI:SS')
5.to_timestamp('2003/DEC/13 10:13:18', 'YYYY/MON/DD HH:MI:SS')