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?

Re: DateTime Format "Fri, 12 May 2006 22:12:07 +0000 (UTC)" by Gaurav

Gaurav
Sat May 13 20:32:54 CDT 2006

> 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)


--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
-------------------




Re: DateTime Format "Fri, 12 May 2006 22:12:07 +0000 (UTC)" by Egbert

Egbert
Sun May 14 03:48:07 CDT 2006


"Gaurav Vaish (EduJini.IN)" <gaurav.vaish.nospam@nospam.gmail.com> wrote in
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)

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


Re: DateTime Format "Fri, 12 May 2006 22:12:07 +0000 (UTC)" by Gaurav

Gaurav
Sun May 14 17:47:34 CDT 2006

>> It is an RFC 822 format.
>>
>> 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


Oh ok.. yes. It's not a standard DateTime format but a custom one.

--
Cheers,
Gaurav
http://www.edujini.in
-------------------