Changeset 3460 for temp/trunk
- Timestamp:
- 2006/08/31 12:54:27 (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
r3459 r3460 76 76 $tmp_time = strtotime($sdate) + ($i * 86400); 77 77 $batch_date = date("Y/m/d H:i:s", $tmp_time); 78 print($batch_date . "<br>"); 78 $objQuery = new SC_Query(); 79 $arrRet = $objQuery->select("order_date, create_date", "dtb_bat_order_daily", "order_date = ?", array($batch_date)); 80 print($batch_date . " " . $arrRet[0]['create_date'] . " ". $arrRet[0]['order_date']); 79 81 } 80 82 }
Note: See TracChangeset
for help on using the changeset viewer.
