I see..

You subtract the hours * 60 from the total minutes that would be
displayed...

Hmm..didn't think of that...
Thanks..it works
^_^ hee hee

-Gel


-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED] 

Some of this was just for show:

<cfset old_date = "#CreateDateTime(2003, 02, 25, 08, 00, 00)#">
<CFOUTPUT>
        Current Date: #DateFormat(Now(),"MM/DD/YYYY")#
#Timeformat(Now(),"HH:MM:SS TT")#<br>
        Original Date: #DateFormat(old_date,"MM/DD/YYYY")#
#Timeformat(old_date,"HH:MM:SS TT")#<br>
        
<cfset new_minutes = #DateDiff('n',old_date,Now())# -
(DateDiff('h',old_date,Now())*60)>

        Time Difference is : #DateDiff('h',old_date,Now())# hours and
#new_minutes# </CFOUTPUT>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to