Changeset 3454 for temp/trunk
- Timestamp:
- 2006/08/31 12:49:34 (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
r3453 r3454 73 73 $loop = intval($pass / 86400); 74 74 75 print($pass . ":" . $loop); 75 for($i = 0; $i <= $loop; $i++) { 76 $tmp_time = strtotime($sdate) + ($i * 86400); 77 $batch_date = date("Y/m/d", $tmp_time); 78 print($batch_date); 79 } 76 80 } 77 81
Note: See TracChangeset
for help on using the changeset viewer.
