Please advice.
I have a Date value: "Wed Nov 12 07:56:33 EST 2008" (not a String value).
I need a code to convert (format) it to "2008/11/12" (yyyy.MM.dd).
Your help would be greatly appreciated.
Thank you very much.
Printable View
Please advice.
I have a Date value: "Wed Nov 12 07:56:33 EST 2008" (not a String value).
I need a code to convert (format) it to "2008/11/12" (yyyy.MM.dd).
Your help would be greatly appreciated.
Thank you very much.
Maybe this will help:
Dates and Times (The Java™ Tutorials > Internationalization > Formatting)
Luck,
CJSL