Changeset 3451 for temp/trunk/html/admin/batch
- Timestamp:
- 2006/08/31 12:37:31 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/batch/daily.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/batch/daily.php
r3448 r3451 71 71 function lfRealTimeDailyTotal($sdate, $edate) { 72 72 $pass = strtotime($edate) - strtotime($sdate); 73 print(($pass / (24 * 3600))); 73 74 75 $loop = intval($pass / (24 * 3600)); 76 77 print($pass . ":" . $loop); 74 78 } 75 79
Note: See TracChangeset
for help on using the changeset viewer.
