Colin Jones
Member since Mar 29, 2011
- Profile: /members/8062-colin-jones.htm
- Comments: 1
Recent Blog Comments By Colin Jones
-
CreateDate() Much Faster Than DateFormat() For Date-Only Creation
Posted on Mar 29, 2011 at 4:49 PM
You shouldn't really use dateformat() unless you are outputting the data to the screen. Why? If you ever want to internationalise your code you'll run into trouble. CFs date formatting functions only work reliably with American date masks (month then date) unless you use CF date objects to store ... read more »