Changeset 16490
- Timestamp:
- 05/30/13 15:22:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16489 r16490 97 97 var xmlhttp = new Array(); 98 98 var source = ['Mrk 421','Mrk 501']; 99 var day; 100 var year; 101 var month; 99 102 function getXML() 100 103 { … … 142 145 } 143 146 CAL.addEventListener("onSelect", function(){ 144 varday =this.selection.print("%d").join("\n");145 varmonth =this.selection.print("%m").join("\n");146 varyear =this.selection.print("%Y").join("\n");147 day =this.selection.print("%d").join("\n"); 148 month =this.selection.print("%m").join("\n"); 149 year =this.selection.print("%Y").join("\n"); 147 150 148 151 getXML();
Note:
See TracChangeset
for help on using the changeset viewer.