Dates

I am using JSP to display content but I am getting a crazy format like this:2007-01-02 00:00:00.0We have Oracle and it's fine in the DB: DD-MMM-YYThat is the way I would like it display in my JSP page. Is there a function to do this?
[262 byte] By [abacaxia] at [2007-11-27 4:35:08]
# 1
You may find the [url= http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html]SimpleDateFormat API[/url] useful. This documentation tells you how to convert Date objects into human readable Strings.
BalusCa at 2007-7-12 9:45:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...