RE: Parsing NNTP dates?

2000-04-07 Thread Chris Evans
Reuben, Where are you getting the dates from? Fuseware's CFX_NNTP handles this automatically. The only way I know to do it would be to break the date into a space delimited list. You would then have to loop through checking values to see what date part it consisted of, and then building a

Re: Parsing NNTP dates?

2000-04-06 Thread Reuben King
In <[EMAIL PROTECTED]>, Reuben King ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > ParseDateTime() is choking on this.. NNTP posts have a date/time in the > format of "Mon Mar 13 21:19:03 CST 2000" .. Anyone know of a quick and > dirty way to get this into a CF date/time object? >