/*
Nelson Neoh @3/2004가 작성한 함수입니다.
이 코드를 활용하고 싶으신 분들은 이 댓글을 삭제하지 마세요.
이 코드를 개선한 경우 http://www.dev-club.com PHP 보드에 사본을 게시해 주세요. 감사합니다.
함수 사용법: 달력(월,연도)
*/
함수 달력($MM,$YYYY){
if($MM=="") $MM = date("m" );
if($YYYY=="") $YYYY = date("Y");
if(checkdate($MM,1,$YYYY)){
$stringDate = strftime("%d %b %Y",mktime (0,0,0,$MM,1,$YYYY) );
$days = strftime("%d",mktime (0,0,0,$MM 1,0,$YYYY));
$firstDay = strftime("%w",mktime (0,0,0,$MM,1,$YYYY));
$lastDay = strftime("%w",mktime (0,0,0,$MM,$days,$YYYY));
$printDays = $days;
$preMonth = strftime("%m",mktime (0,0,0,$MM-1,1,$YYYY));
$preYear = strftime("%Y",mktime (0,0,0,$MM-1,1,$YYYY));
$nextMonth = strftime("%m",mktime (0,0,0,$MM 1,1,$YYYY));
$nextYear = strftime("%Y",mktime (0,0,0,$MM 1,1,$YYYY));
print("
P | ");".strftime("%b %Y",mktime (0,0,0,$MM,1,$YYYY)). "일>"); print(" | N | ||
---|---|---|---|---|
$printDays | ");"); | $currentDays | ");$currentDays | ");$currentDays< /td>"); $currentDays ; } } print(" |