/*
函數由 Nelson Neoh @3/2004 所寫。
對於想要使用此程式碼的人,請不要刪除此註解。
如果您對此程式碼進行了任何增強,請將副本發佈在 http://www.dev-club.com PHP 板上。 謝謝。
函數用法:日曆(月,年)
*/
函數日曆($MM,$YYYY){
if($MM=="") $MM = 日期("m" );
if($YYYY=="") $YYYY = 日期("Y");
if(checkdate($MM,1,$YYYY)){ > %d %b %Y",mktime (0,0,0,$MM,1,$YYYY) );
$days = strftime("%d",mktime $days = strftime("%d",mktime $days = strftime("%d",mktime $days = strftime("% 1,0,$YYYY));
$firstDay = strftime("%w",mktime (0,0,0,$MM,1,$YYYY)); $printDays = $days;
$printDays = $days;
0,$MM-1,1,$YYYY));
$preYear = strftime("%Y",mktime (0,0,0,$MM-1,1,$YYYY));
print("");
th valign="top">P");
print("".strftime("%b %Y",mktime (0 ,0,0,$MM,1,$YYYY))。 「 」);
print("N ");
print(""); ");
print("週日週一
週二
週三
週四 > ;
$currentDays = 1;
for($a=1;$($a=1; $a++){
print(""); "); 🎜> }
$diffDays = $ firstDay-$lastDay;
if($firstDay>$lastDay && $currentDays ==1 && ) $x=$lastDay;$x>=0;$x --){
$printDays = $days-$x; );
}
print("
for($y=$firstDay;$y
以$currentDays++;
}
} for($z=1;$z ");
}
print("$currentDays " );
$currentDays++;
{
for($u=1;$u$currentDays");
$currentDays++; print("
/table>");
}
}
?>
以上就介紹了2010年10月日曆PHP產生月曆代碼,包括2010年10月日曆方面的內容,希望對PHP教程有興趣的朋友有所幫助。