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

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16067 r16068  
    4242                                                                       
    4343                                                }
    44                                                                        
     44                                                                        echo "<br />"
    4545                                                if($new_limit > 0){
    4646                                                        for($j=0;$j<=$new_limit-1;$j++){               
     
    8585                                //////// Date parsing into format////////
    8686                                                $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 />";
    8989                                                echo $by_count[$i]."----".$counter[$i];
    9090                                                echo "<br />";
Note: See TracChangeset for help on using the changeset viewer.