☆スキーウエアNOW ON SALE!!☆★2ピース上下スーツ★ 【エァウォーク】幼児用ウエアAWT‐5524 ピンク(桃色)サイズ:100・110・120
沖縄産スナックパイン1玉(500g〜800g) N−95D23L/C3 technorati RobotReplay 2004/09/30から 今日: 昨日: 最近のツッコミ10発 |
2008-02-20 PEAR::Calendar_ [Know-How][Software] PEAR::CalendarPEARにCalendarクラスがあるらしい。 以下のサンプルの通り、すぐにカレンダーが出力可能。 <?php require_once 'Calendar/Month/Weekdays.php'; $Month = new Calendar_Month_Weekdays(date('Y'), date('n')); $Month->build(); echo "<table>\n"; while ($Day = $Month->fetch()) { if ($Day->isFirst()) { echo "<tr>\n"; } if ($Day->isEmpty()) { echo "<td> | thisDay()."</td>\n";
}
if ($Day->isLast()) {
echo "</tr>\n";
}
}
echo "</table>\n";
?>