<html><body>
<DIV>The "Time" edit will not allow any number greater then 23 in the Hours slot.</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-------------- Original message -------------- <BR>From: Jeff Harrison &lt;jeffaharrison@yahoo.com&gt; <BR><BR>&gt; --- Jeff Harrison <JEFFAHARRISON@YAHOO.COM>wrote: <BR>&gt; <BR>&gt; &gt; --- beppler@comcast.net wrote: <BR>&gt; &gt; <BR>&gt; &gt; &gt; Is there an easy way to get an elapsed time using <BR>&gt; &gt; &gt; day &amp; time? <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Filepro v5.0 <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; ie: 05/12/06 01:30:45 &amp; 05/14/06 13:26:55 <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; I would like elapsed time in form HH:MM:SS <BR>&gt; &gt; &gt; <BR>&gt; &gt; &gt; Thanks <BR>&gt; &gt; &gt; Brandt&gt; <BR>&gt; &gt; _______________________________________________ <BR>&gt; &gt; <BR>&gt; &gt; How about (date2-date1)*"24" &lt; (time2 - time1)? <BR>&gt; &gt; Just <BR>&gt; &gt; make sure that your date fields use a valid system <BR>&gt; &gt; date edit such as mdy/, and your time us
es the <BR>&gt; &gt; "time" <BR>&gt; &gt; edit. <BR>&gt; &gt; <BR>&gt; &gt; Jeff Harrison <BR>&gt; &gt; jeffaharrison@yahoo.com <BR>&gt; &gt; <BR>&gt; <BR>&gt; I guess you wanted one number for the hours though. <BR>&gt; In this case I would put the result of the time <BR>&gt; calculation in a "hms" field, and then use the mid <BR>&gt; function to extract the hours portion add add this to <BR>&gt; the result of your date math * "24", then use mid <BR>&gt; again to extract the minutes and seconds. <BR>&gt; <BR>&gt; Jeff Harrison <BR>&gt; jeffaharrison@yahoo.com <BR>&gt; <BR>&gt; Author of JHExport and JHImport. The easiest and <BR>&gt; fastest ways to generate code for filePro exports and imports. <BR>&gt; <BR>&gt; __________________________________________________ <BR>&gt; Do You Yahoo!? <BR>&gt; Tired of spam? Yahoo! Mail has the best spam protection around <BR>&gt; http://mail.yahoo.com </BLOCKQUOTE></body></html>