Io ne avrei un'altra.
codice:
calendarDayCell.onclick = function(){
this.tempDate=new Date();
this.tempDate.setTime(firstOfMonth.valueOf());
setDate(this.tempDate.getDate() + d-1);
CalendarDayClicked(this.tempDate);
return false;
}
Forse meno elegante.