Possible Duplicate:
Formatting Dates using a Format class (or otherwise if )
I am using "My Sql" Db, In my DB table,i am storing Date in "2012-04-30" format but now i have to show it in my jsp page in this "04-Apr-2012" format.
How can i do it with Java Code?