Change the date 14 aug 2011 to the format 20110814 .. how can i do that in java ?
Here 14aug is a string ... String date="14aug";
Reference: Update: the question by The Elite Gentleman is important. If you start with a
|
|||||||||||
|
|
While example given by Bozho is good for English locale it may not work in other locales (as long as "aug" is not month name in other locale). For my environment with Polish locales I would rather use something like:
Also note usage of |
|||
|
|
14 aug 2011a date string or date object? – Buhake Sindi Mar 7 '11 at 13:07