Index: /schedule/Module/control.php
===================================================================
--- /schedule/Module/control.php	(revision 17476)
+++ /schedule/Module/control.php	(revision 17477)
@@ -321,5 +321,5 @@
 {
 		$timestamp=strtotime($times['fStart']);
-		$actualtime = $timestamp->format('Y-m-d H:i:s');
+		$actualtime = date('Y-m-d H:i:s', $timestamp);
 
 		//$actualtime = $times['fStart'];
@@ -329,5 +329,6 @@
 		$prev_time[$cnt3]= $date_time;
 ?>
-$('#save').attr('value','UPDATE');
+		$('#save').attr('value','UPDATE');
+		alert("<?php $actualtime ?>");
 			var targetView = document.getElementById("Data");
 			// CREATE ELEMENT
