[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Aggregating your global content output into your blog
> However, there's no <dc:date> at this time... just <pubDate>. Which
> I prefer, personally, 'cause W3CDTF dates give Coldfusion's built-
in
> ParseDate() function fits.
The ParseDateTime function doesn't handle ISO-8601 timestamps? Onlty
POP format? The docs I found seem to indicate that. Couldn't you
use the LSParseDateTime, LSDate/TimeFormat, DateConvert or
GetHttpTimeString functions to help create them?
http://www.lunasofic.com/cfdocs/CFML_Reference/Functions167.html#11093
93
Near as I can tell this would be a simple matter of using DateConvert
to make a UTC time and then using LSDateFormat and LSTimeFormat to
concatenate the string.
-Bill Kearney