| Author |
Dateformat conversion
|
renu richard
Ranch Hand
Joined: Oct 06, 2008
Posts: 116
|
|
Hi,
I have a string like this Sun Dec 17 09:30:47 GMT+05:30 2000. Now i want to convert this date into this format yyyy-MM-dd'T'HH:mm:ss. Can anyone please tell me how to do this.
Many Thanks
|
Cheers,
Richard
|
 |
Onkar Joshi
Ranch Hand
Joined: Mar 01, 2007
Posts: 116
|
|
Try this
See here for details : http://java.sun.com/j2se/1.5.0/docs/api/java/text/DateFormat.html
|
SCJP 5 - 95% | SCWCD 1.4 - 88% | SCBCD 5 - 93%
Onkar Joshi's blog | LinkedIn profile
|
 |
 |
|
|
subject: Dateformat conversion
|
|
|