Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to convert date into dd mon yyyy format

843836Oct 24 2003 — edited Oct 25 2003
hi all,
i have a problem in date format i am using date like below .
<%java.util.Date date = new java.util.Date();%>

i am inserting date into a table and its storing like this

insert into tablename (d_date) values (date)

and its inserting date like below

Sun Oct 19 09:05:45 GMT+03:00 2003

i want to fetch date in dd mon yyyy format.
with this format i want to make a select query.i struck with the format conversion.



how to do this.

any comments please.

any help

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2003
Added on Oct 24 2003
11 comments
907 views