how to convert this kind of date?

  • Thread starter Thread starter Guoqi Zheng
  • Start date Start date
G

Guoqi Zheng

As we know Internet message always come with a date format such as:
Wed, 26 Jan 2005 20:57:03 -0800

That is standard according to RFC, but how can I convert it into real
datetime datatype?

Cdate() will arise an error that it is not a valid date.
 
Back
Top