re: Getting the data time from an unfamiliar returned value

2007-11-28 Thread CF Developer
Initial thought is the date /time would be: 11/21/2007 @ 7:35 (PM) ( 28 seconds as well). The 000Z would probable reference the date/time is in a Zulu Time. Now using CF to format it, if you can use RegEx and parse the T and .000Z and see if it validates as a date/time

re: Getting the data time from an unfamiliar returned value

2007-11-28 Thread Kevan Stannard
That looks like ISO 8601 date time format You can get more info http://en.wikipedia.org/wiki/ISO_8601 http://www.w3.org/TR/NOTE-datetime And a UDF from http://www.cflib.org/udf.cfm?id=1144enable=1 ~| ColdFusion is