Changeset 16067


Ignore:
Timestamp:
05/23/13 03:20:42 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16066 r16067  
    2121//echo $date->format('Y-m-d H:i:s');
    2222//fdgdfgdf
    23  $Time = explode(",",$Time);
     23 $Times = explode(",",$Time);
    2424$select = explode(",",$SelectedSource);
    2525$measure = explode(",",$SelectedMeasure);
     
    3434                                                for($j=0;$j<=$new_limit-1;$j++){
    3535
    36                                                         echo $Time[$i];
     36                                                        echo $Times[$i];
    3737                                                        echo "sgsdgdsg";
    38                                                         $ex_counter = explode(":",$Time[$i]);
     38                                                        $ex_counter = explode(":",$Times[$i]);
    3939                                                        //$ex_counter2 = explode(" ",$ex_counter[1]);
    4040                                                       
     
    8484
    8585                                //////// Date parsing into format////////
    86                                                 $dateTime=new DateTime($date." ".$Time[$i]);
     86                                                $dateTime=new DateTime($date." ".$Times[$i]);
    8787                                                $parsed_date =  $dateTime->format('Y-m-d H:i:s');
    8888                                               
Note: See TracChangeset for help on using the changeset viewer.