Is there any other way to get datetime field from oracle database in 24hour format???like
-> “select getxsddate(col_name) from tab_name” will get you datetime format as “2012-04-04T12:31:00″…I wanted to know if there are any other ways as i`m not satisfied with this format.
Is there any other way to get datetime field from oracle database in 24hour
Share
You can read more about
to_charfunction here