View Single Post
  #1 (permalink)  
Old 05-07-2007, 12:04 PM
yuchuang yuchuang is offline
Member
 
Join Date: Apr 2007
Location: Singapore
Posts: 30
yuchuang is on a distinguished road
Send a message via MSN to yuchuang
Formatting the date
I would like to ask if anyone knows how to format the date such that it shows Thursday, November 30, 2006.

I'm currently using this line of code to format my date but i want it to display to the one as above.
DateFormat fileDateFormat = new SimpleDateFormat("dd/MMM/yyyy");

is it possible to do that using simple date format?
Reply With Quote
Sponsored Links