Index: schedule/function/function.php
===================================================================
--- schedule/function/function.php	(revision 16061)
+++ schedule/function/function.php	(revision 16062)
@@ -27,5 +27,5 @@
  
 	 day = <?php echo $_GET['day'];  ?>;
-	 month = <?php  echo $_GET['month']; ?>;
+	 month = <?php echo $_GET['month']; ?>;
 	 year = <?php echo $_GET['year']; ?>;
 	 fullday=day+'-'+month+'-'+year;
@@ -40,4 +40,5 @@
  ?>
 		var currentDate = new Date();
+		 day = currentDate.getDate();
 	 month = currentDate.getMonth() + 1;
 	 year = currentDate.getFullYear();
