Changeset 17474 for schedule


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/control.php

    r17473 r17474  
    321321{
    322322                $timestamp=strtotime($times['fStart']);
    323                 $actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
     323                //$actualtime = ($times['fStart'])->format('Y-m-d H:i:s');
     324                $actualtime = $times['fStart'];
     325                alert($actualtime);
    324326                $timestamp2 = date('Y-m-d',$timestamp);
    325327                $date_time = date('H:i:s',$timestamp);
Note: See TracChangeset for help on using the changeset viewer.