|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
DateTime Format "Fri, 12 May 2006 22:12:07 +0000 (UTC)"Hello,
There are several datetime formats, that the DotNet framwork supports. The timeformat mentioned in the header, is produced by outlook and other mailers and in Javascript, but it seems this is not an implemented standard formatstring (such as "r"). Can somebody shed a light on this? > mailers and in Javascript, but it seems this is not an implemented It is an RFC 822 format.> standard > formatstring (such as "r"). > > Can somebody shed a light on this? http://www.faqs.org/rfcs/rfc822.html (Section 5) "Gaurav Vaish (EduJini.IN)" <gaurav.vaish.nospam@nospam.gmail.com> wrote in After some research I found this is simply not implemented but it can be message news:uFg5VZvdGHA.4428@TK2MSFTNGP03.phx.gbl... >> mailers and in Javascript, but it seems this is not an implemented >> standard >> formatstring (such as "r"). >> >> Can somebody shed a light on this? > > It is an RFC 822 format. > > http://www.faqs.org/rfcs/rfc822.html (Section 5) achieved by a custom format string. http://technolog.nl/eprogrammer/archive/2006/05/14/476.aspx >> It is an RFC 822 format. Oh ok.. yes. It's not a standard DateTime format but a custom one.>> >> http://www.faqs.org/rfcs/rfc822.html (Section 5) > > After some research I found this is simply not implemented but it can be > achieved by a custom format string. > > http://technolog.nl/eprogrammer/archive/2006/05/14/476.aspx |
|||||||||||||||||||||||