Index: schedule/function/function.php
===================================================================
--- schedule/function/function.php	(revision 15683)
+++ schedule/function/function.php	(revision 15684)
@@ -5,5 +5,5 @@
 	var month = currentDate.getMonth() + 1;
 	var year = currentDate.getFullYear();
-	document.getElementById('day').innerHTML=day + "/" + month + "/" + year;
+	document.getElementById('day').innerHTML=day;
 	$('#save').click(function(){
 		
