This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes How to change date format yyyy/mm/dd to dd/mm/yyyy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "How to change date format yyyy/mm/dd to dd/mm/yyyy" Watch "How to change date format yyyy/mm/dd to dd/mm/yyyy" New topic
Author

How to change date format yyyy/mm/dd to dd/mm/yyyy

smitha mano
Ranch Hand

Joined: Sep 26, 2005
Posts: 70
In my PostgreSQL TestDate is the datatype is date.

this field stored in the date format is 2005-11-20.

the date change to 20-11-2005.

I tried many way. but i can't do it

please help me table stored date yyyy/mm/dd is 2005-11-20

i needed to convert this format means dd/mm/yyyy 20-11-2005
 
 
subject: How to change date format yyyy/mm/dd to dd/mm/yyyy
 
Similar Threads
change date format
date format
Javascript Help
conversion of date
validating Date field and saving into DB?