How do I parse and convert DateTime’s to the RFC 822 date-time format?

Posted by Oppositional on Stack Overflow See other posts from Stack Overflow or by Oppositional
Published on 2008-11-12T18:04:01Z Indexed on 2010/03/17 21:11 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

How do I convert a DateTime structure to its equivalent RFC 822 date-time formatted string representation and parse this string representation back to a DateTime structure? The RFC-822 date-time format is used in a number of specifications such as the RSS Syndication Format.

© Stack Overflow or respective owner

Related posts about datetime

Related posts about rss