re: Getting the data time from an unfamiliar returned value

2007-11-28 Thread CF Developer
@houseoffusion.com Subject: Getting the data time from an unfamiliar returned value Here is the value: 2007-11-21T19:35:28.000Z It comes from the eBay REST API. It is in a format I have not seen. What can I do (with CF) to pull a valid date and time? Thanks, Che

Getting the data time from an unfamiliar returned value

2007-11-28 Thread Che Vilnonis
Here is the value: 2007-11-21T19:35:28.000Z It comes from the eBay REST API. It is in a format I have not seen. What can I do (with CF) to pull a valid date and time? Thanks, Che ~| Check out the new features and enhancements

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