Changeset 15903 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r15901 r15903  
    1212$insertdate = $TimeEX[2]."-".$TimeEX[1]."-".$TimeEx[0];
    1313$value = $_GET['Data'];
    14 $date = $_GET['Date'];
     14$date = new DateTime($_GET['Date']);
    1515$n_value = explode(",",$value);
    1616echo "<br />";
    17 echo  date_format($date, 'Y-m-d H:i:s');
     17echo $date->format('Y-m-d H:i:s');
    1818
    1919$Time = explode(",",$Time);
Note: See TracChangeset for help on using the changeset viewer.