function buildCal(m, y, cM, cH, cDW, cD, brdr){
var mn=['January','February','March','April','May','June','July','August','September','October','November','December'];
var dim=[31,0,31,30,31,30,31,31,30,31,30,31];
var oD = new Date(y, m-1, 1); //DD replaced line to fix date bug when current day is 31st
oD.od=oD.getDay()+1; //DD replaced line to fix date bug when current day is 31st
var todaydate=new Date() //DD added
var scanfortoday=(y==todaydate.getFullYear() && m==todaydate.getMonth()+1)? todaydate.getDate() : 0 //DD added
dim[1]=(((oD.getFullYear()%100!=0)&&(oD.getFullYear()%4==0))||(oD.getFullYear()%400==0))?29:28;
var t='
';
t+='
'+mn[m-1]+' - '+y+'
';
for(s=0;s<7;s++)t+='
'+"SMTWTFS".substr(s,1)+'
';
t+='
';
for(i=1;i<=42;i++){
var x=((i-oD.od>=0)&&(i-oD.od' //DD added
t+='
1 Comments:
ကိုေ၀ျမင့္ေမာ္ေရ ကၽြန္ေတာ္လည္း မ်က္လုံးေတြကို ျပာေရာပဲ...။ ဒါေပမဲ့ မေတြ႕လိုက္ရဘူး...။ ႏိွပ္စက္တယ္ဗ်ာ....။
Post a Comment
Subscribe to Post Comments [Atom]
<< Home