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 Java in General and the fly likes Behaviour of parse() method in SimpleDateFormat 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 » Java » Java in General
Reply Bookmark "Behaviour of parse() method in SimpleDateFormat" Watch "Behaviour of parse() method in SimpleDateFormat" New topic
Author

Behaviour of parse() method in SimpleDateFormat

Ramaswamy Srinivasan
Ranch Hand

Joined: Aug 31, 2004
Posts: 295
Hi All,

I am trying to use SimpleDateFormat to format the date, as in the following code.




The output I get is : 14-Jan-2003. The month is displayed as "Jan" invariably for all the dates.

Any clue, why such a thing is happening, or should parse() method be used more appropriately?

Thanks a lot for your help.

Cheers,
Ram
[ July 27, 2005: Message edited by: Ramaswamy Srinivasan ]
Steve Morrow
Ranch Hand

Joined: May 22, 2003
Posts: 657

Lowercase 'm' is for minutes...

Change this...
...to this...
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Behaviour of parse() method in SimpleDateFormat
 
Similar Threads
convert a string to java.sql.Date object
Using Deprecated API in Code
string to date parsing ....
dates and JDBC
string to timestamp