A. CodeMonkey
Member since Dec 11, 2008
- Profile: /members/1917-a-codemonkey.htm
- Comments: 2
Recent Blog Comments By A. CodeMonkey
-
Converting ISO Date/Time To ColdFusion Date/Time
Posted on Nov 22, 2007 at 4:03 PM
Date-time values are part of internationalization and ISO-8601:2000 was developed to create a singular standard format for dates and times. The problem with XML-RPC, in part, is that its date-time format doesn't take into account differences in time-zone nor specify that all dates and times must be... read more »
-
Converting ISO Date/Time To ColdFusion Date/Time
Posted on Nov 20, 2007 at 8:03 PM
Ben, First, let me say that your function is an excellent little parser that demonstrates the power of regex to find a pattern and reformat it. Given your post talks about two issues: XML-RPC and ISO-8601, I'd like to address them separately. XML-RPC The datetime data type in the XML-RPC specif... read more »