Charles R. Thompson
Member since Jun 26, 2009
- Profile: /members/3692-charles-r-thompson.htm
- Comments: 2
Recent Blog Comments By Charles R. Thompson
-
Ask Ben: Displaying And Formatting The Difference Between Two Dates
Posted on Jun 29, 2009 at 7:51 AM
Ahh... got it. Thanks mucho.... read more »
-
Ask Ben: Displaying And Formatting The Difference Between Two Dates
Posted on Jun 26, 2009 at 2:20 PM
When I use this functionality for "d", "h" and "m" on a date from an MSSQL database (should it matter?) <cfset dtFrom = sel_last_call.eventdate/> <cfset dtTo = Now() /> <cfset dtDiff = (dtTo - dtFrom) /> #DateFormat( dtDiff, "d" )# Day<cfif DateFormat( dtDiff, ... read more »