how would you write te date if i have a date and all i want is the month and the day like this (mm/dd) and then turn the month like this July, 08
|
Let me see if I understood well. You have a date like "07/08" and you want "July, 08"? You could try SimpleDateFormat
|
|||||
|
|
|
Use:
|
|||
|
|
|
The SimpleDateFormat is your friend here. If you already have a
(EDIT: I'm adding some details as the original question is unclear and I may have missed the real goal. If you have a
Then use the code snippet seen above to format it.) |
|||||||||||
|
So you want to convert
|
|||
|
|
StringorDate? – Pascal Thivent Nov 25 '09 at 22:13