Dates returned by
Dates returned by
WHEN:
myCfpopQuery.date is "26 Dec 2005 19:23:12 -0000"
AND I TRY:
ParseDateTime( myCfpopQuery.date, "pop")
I GET THIS ERROR:
"26 Dec 2005 19:23:12 -0000" is an invalid date or time string.
That’s the date of an email I received from plaxo.com
AS you see it is missing the date of the week. If I manualy add "Mon," at the begining, it will be ok.
What do you think is the best way to deal with these kind of emails?
Leave a Reply