Home All Groups Group Topic Archive Search About

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

Author
13 May 2006 7:44 AM
Egbert Nierop (MVP for IIS)
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?

Author
14 May 2006 1:32 AM
Gaurav Vaish (EduJini.IN)
> 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
-------------------
Author
14 May 2006 8:48 AM
Egbert Nierop (MVP for IIS)
"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
Author
14 May 2006 10:47 PM
Gaurav Vaish (EduJini.IN)
>> 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
-------------------

AddThis Social Bookmark Button