| Author |
java date -> RFC 2822 format
|
Stu Thompson
Hooplehead
Ranch Hand
Joined: Jun 14, 2006
Posts: 136
|
|
Hi all, Is there not a straight forward, terse way to describe a java date type as a string in RFC 2822 ("Wed, 02 Oct 2002 15:00:00 +0200") or any other standard format (like 8601)? thanks, stu [ August 08, 2006: Message edited by: Stu Thompson ]
|
"This is not to say that design is unnecessary. But after a certain point, design is just speculation." --Philip Chu
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8290
|
|
|
You can do any format you like with java.text.SimpleDateFormat.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: java date -> RFC 2822 format
|
|
|