Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
DCalendar
DCalendar
0
Comments
Posted: Saturday, 31 March 2007 at 8:33AM
Line 21:
var day_of_week = new Array('M','T','W','T','F','S','S');
Line 43:
for(index=1; index < Calendar.getDay(); index++)
Line 50:
if(week_day == 1)
Line 52:
if(week_day != DAYS_OF_WEEK+1)
Line 60:
if(week_day == DAYS_OF_WEEK+1)