Adam Reynolds
Member since Oct 11, 2012
- Profile: /members/10348-adam-reynolds.htm
- Comments: 2
Recent Blog Comments By Adam Reynolds
-
Converting ISO Date/Time To ColdFusion Date/Time
Posted on Oct 11, 2012 at 6:33 AM
Will do. Just for clarity, further testing has shown this to be slightly wrong and am providing the new code. (If you want delete the other one). One reason to put this here is that it is referenced on stackoverflow. <cffunction name="ConvertISOToDateTime" access="private&qu... read more »
-
Converting ISO Date/Time To ColdFusion Date/Time
Posted on Oct 11, 2012 at 6:15 AM
Hi, I've simplified this a little: <cffunction name="ConvertISOToDateTime" access="private" returntype="date"> <cfargument name="ISODateString" required="yes" type="string" hint="Properly formed ISO-8601 dateTime String&q... read more »