Changeset 15641 for schedule/Module
- Timestamp:
- 05/17/13 14:15:34 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15640 r15641 56 56 var month =this.selection.print("%m").join("\n"); 57 57 var year =this.selection.print("%Y").join("\n"); 58 var newline = []; 59 var arrTime = []; 58 60 59 var xmlhttp; 61 60 if (window.XMLHttpRequest) … … 73 72 var lines =xmlhttp.responseText.split('\n'); 74 73 //var arr = []; 74 var newline = []; 75 var arrTime = []; 75 76 var Time = []; 76 77 var colon=[]; … … 87 88 { 88 89 var c=Time[st].split(':'); 89 arrTime= st[0]+'.'+st[1];90 arrTime=c[0]+'.'+c[1]; 90 91 if(f[4]==0) 91 92 {
Note:
See TracChangeset
for help on using the changeset viewer.