current_year=date("Y"); $this->current_month=date("m"); $this->current_date=date("d"); $this->table_width='400'; $this->table_background='transparent'; $this->table_fontsize="12px"; $this->table_fontcolor='#000000'; } function show_calendar() { $weekdays[0]="Sunday"; $weekdays[1]="Monday"; $weekdays[2]="Tuesday"; $weekdays[3]="Wednesday"; $weekdays[4]="Thursday"; $weekdays[5]="Friday"; $weekdays[6]="Saturday"; echo "
| « ".$this->get_month($this->current_month).", ".$this->current_year." » | "; echo "||||||
| "; } else { if(checkdate($this->current_month,$set_date,$this->current_year)) { if($set_date==$this->current_date) { echo " | ";
echo " ".$set_date." ";
}
else
{
echo " | ";
echo " ".$set_date." ";
}
echo $this->contents[$set_date];
echo " | ";
}
else
{
break;
}
$set_date++;
}
$week_day++;
}
for($i=0;$week_day>0 && $i<=(6-$week_day);$i++)
{
echo ""; } echo " | |||