Changeset 17478
- Timestamp:
- 01/04/14 10:20:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/control.php
r17477 r17478 322 322 $timestamp=strtotime($times['fStart']); 323 323 $actualtime = date('Y-m-d H:i:s', $timestamp); 324 325 //$actualtime = $times['fStart'];326 //alert($timestamp);327 324 $timestamp2 = date('Y-m-d',$timestamp); 328 325 $date_time = date('H:i:s',$timestamp); … … 330 327 ?> 331 328 $('#save').attr('value','UPDATE'); 332 alert("<?php $actualtime ?>");333 329 var targetView = document.getElementById("Data"); 334 330 // CREATE ELEMENT … … 444 440 ?> 445 441 446 selection.setAttribute('id','source'), 447 selection.setAttribute('class','source') 442 selection.setAttribute('id','source'), // End of retrieving 443 selection.setAttribute('class','source') // End of retrieving 448 444 ); 449 445 var newtd_c4 = document.createElement("td");
Note:
See TracChangeset
for help on using the changeset viewer.