Changeset 16068
- Timestamp:
- 05/23/13 03:22:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16067 r16068 42 42 43 43 } 44 44 echo "<br />" 45 45 if($new_limit > 0){ 46 46 for($j=0;$j<=$new_limit-1;$j++){ … … 85 85 //////// Date parsing into format//////// 86 86 $dateTime=new DateTime($date." ".$Times[$i]); 87 $parsed_date = $dateTime->format('Y-m-d H:i:s');88 87 echo $parsed_date = $dateTime->format('Y-m-d H:i:s'); 88 echo "<br />"; 89 89 echo $by_count[$i]."----".$counter[$i]; 90 90 echo "<br />";
Note:
See TracChangeset
for help on using the changeset viewer.