Changeset 16067
- Timestamp:
- 05/23/13 03:20:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16066 r16067 21 21 //echo $date->format('Y-m-d H:i:s'); 22 22 //fdgdfgdf 23 $Time = explode(",",$Time);23 $Times = explode(",",$Time); 24 24 $select = explode(",",$SelectedSource); 25 25 $measure = explode(",",$SelectedMeasure); … … 34 34 for($j=0;$j<=$new_limit-1;$j++){ 35 35 36 echo $Time [$i];36 echo $Times[$i]; 37 37 echo "sgsdgdsg"; 38 $ex_counter = explode(":",$Time [$i]);38 $ex_counter = explode(":",$Times[$i]); 39 39 //$ex_counter2 = explode(" ",$ex_counter[1]); 40 40 … … 84 84 85 85 //////// Date parsing into format//////// 86 $dateTime=new DateTime($date." ".$Time [$i]);86 $dateTime=new DateTime($date." ".$Times[$i]); 87 87 $parsed_date = $dateTime->format('Y-m-d H:i:s'); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.