Changeset 15899 for schedule


Ignore:
Timestamp:
05/21/13 15:28:16 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r15897 r15899  
    1515$n_value = explode(",",$value);
    1616echo "<br />";
    17 
     17echo $new_format = date_format($date, 'Y-m-d H:i:s');
    1818
    1919$Time = explode(",",$Time);
     
    3232                                                $Timef = $Time[$i];
    3333                                                 $dateTime=$insertdate." ".$Time[$i];
    34                                                 echo $new_format = date_format($date, 'Y-m-d H:i:s');
     34                                               
    3535                                                $measuref = $measure[$i];
    3636               
Note: See TracChangeset for help on using the changeset viewer.