Changeset 17477 for schedule/Module
- Timestamp:
- 01/04/14 09:46:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17476 r17477 321 321 { 322 322 $timestamp=strtotime($times['fStart']); 323 $actualtime = $timestamp->format('Y-m-d H:i:s');323 $actualtime = date('Y-m-d H:i:s', $timestamp); 324 324 325 325 //$actualtime = $times['fStart']; … … 329 329 $prev_time[$cnt3]= $date_time; 330 330 ?> 331 $('#save').attr('value','UPDATE'); 331 $('#save').attr('value','UPDATE'); 332 alert("<?php $actualtime ?>"); 332 333 var targetView = document.getElementById("Data"); 333 334 // CREATE ELEMENT
Note:
See TracChangeset
for help on using the changeset viewer.