I need a date format in 24 hours along with minutes, that date format should work in both JAVA as well as Oracle. Can any one please suggest some date format which will helpful for me.
Thanks in advance....
I need a date format in 24 hours along with minutes, that date format should work in both JAVA as well as Oracle. Can any one please suggest some date format which will helpful for me.
Thanks in advance....
I would think the oracle jdbc-driver handles this for you, but if you need more control, the best choice is probably ISO-8601. This can be converted to java as described here:
And to oracle as described here:
the format would be yyyy-mm-dd where y is for year,m is for month and d is for date