Index: /schedule/Module/Scheduling.php
===================================================================
--- /schedule/Module/Scheduling.php	(revision 16682)
+++ /schedule/Module/Scheduling.php	(revision 16683)
@@ -4,5 +4,5 @@
 ?>
 <table width="100%" id="TableHolder" >
-
+<?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?>
 	<tr>
 		<td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 16682)
+++ /schedule/Module/calendar.php	(revision 16683)
@@ -104,4 +104,6 @@
 							year =this.selection.print("%Y").join("\n");	
                              GetData();
+							 getDate(day);
+							 alert(day);
                         	
                 });
Index: /schedule/function/function.php
===================================================================
--- /schedule/function/function.php	(revision 16682)
+++ /schedule/function/function.php	(revision 16683)
@@ -11,4 +11,7 @@
 	$(document).ready(function(){
 	 // for fupdate
+	 
+	 
+	 
 	var currentDate2 = new Date();
 	var day2 = currentDate2.getDate();
@@ -55,8 +58,5 @@
 	?>
 	$('#save').click(function(){
-		
-	<?php   $get = $_GET['day'];  ?>
-
-alert('<?php echo $get;  ?>');
+		alert(getDate());
 	
 		var InputValue = [];
Index: /schedule/include/factdb.php
===================================================================
--- /schedule/include/factdb.php	(revision 16682)
+++ /schedule/include/factdb.php	(revision 16683)
@@ -2,6 +2,6 @@
 
 	
-//	$con=mysql_connect("localhost","root","");
-	$con=mysql_connect("localhost","scheduletest","t3stsched");
+	$con=mysql_connect("localhost","root","");
+//	$con=mysql_connect("localhost","scheduletest","t3stsched");
 	mysql_select_db("sandboxschedule",$con);
  ?>
Index: /schedule/js/chart.js
===================================================================
--- /schedule/js/chart.js	(revision 16682)
+++ /schedule/js/chart.js	(revision 16683)
@@ -7,7 +7,13 @@
 	   // alert (source[i]);
 		GetXMLData(i, source);
+		
 		//$('#data').append('1st'+source);
 	}
 }
+function getDate(day){
+	
+		var days = day;
+		return days;
+	}
 
 function GetXMLData(index, source) 
