- Timestamp:
- 01/04/14 09:29:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17473 r17474 321 321 { 322 322 $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); 324 326 $timestamp2 = date('Y-m-d',$timestamp); 325 327 $date_time = date('H:i:s',$timestamp);
Note:
See TracChangeset
for help on using the changeset viewer.