OK i have a appl. on one page i am doing 3 calculations here is what they
look like:

<CFSET hold="#Evaluate(TimeFormat(FIS_FirstI, 'H:mm')-Timeformat(FIS_Block,
'H:mm'))#">
<CFSET api="#Evaluate(FIS_Pax_Num/FIS_API_Num)#">
<CFSET process="#Evaluate(TimeFormat(FIS_LastI,
'H:mm')-Timeformat(FIS_FirstI, 'H:mm'))#"> 

The first is suppose to subtract 2 different TIMES and get the difference. 
The 2 times involved as an example are 17:11 - 17:09 which should give
a result of 2 minutes. It does but it looks like this: 0.002 how can i get
it to
output as :02

The 2nd one is just 2 number one being divided by the other. So for
instance. 423/562
which gives 0.752266etc... i want it however to display as 75.22%

The 3rd is another Time one want that to display like the first. Any
suggestions on how
to manipulate the display I tried messing around with Number Format with no
luck. I tried
doing some DateAdd functions for the times, no luck.
Kelly
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to