Changeset 17477 for schedule/Module


Ignore:
Timestamp:
01/04/14 09:46:35 (11 years ago)
Author:
tose
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17476 r17477  
    321321{
    322322                $timestamp=strtotime($times['fStart']);
    323                 $actualtime = $timestamp->format('Y-m-d H:i:s');
     323                $actualtime = date('Y-m-d H:i:s', $timestamp);
    324324
    325325                //$actualtime = $times['fStart'];
     
    329329                $prev_time[$cnt3]= $date_time;
    330330?>
    331 $('#save').attr('value','UPDATE');
     331                $('#save').attr('value','UPDATE');
     332                alert("<?php $actualtime ?>");
    332333                        var targetView = document.getElementById("Data");
    333334                        // CREATE ELEMENT
Note: See TracChangeset for help on using the changeset viewer.