On Wed, 2004-03-31 at 11:34, Rich Ziade wrote:
> Woohoo! Sweet. Thanks Ben.
>  
>
> Ok, how about ISO 8601 (typically used in RDF-style RSS):
>  
> 1994-11-05T08:15:30-05:00

if you strip off the -05:00 part (or add it to the time), then replace
the T with a space you can do it.

<!--- note I just removed the -05:00 GMT offset --->
<cfset d="1994-11-05T08:15:30">
<cfset dt = parseDateTime(replace(d,"T"," "))>

<cfdump var="#dt#">

--
Rob <[EMAIL PROTECTED]>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to