search

万年历 PHP

May 25, 2016 pm 05:12 PM

万年历 PHP

<?php
header("content-Type: text/html; charset=utf-8");
function calendar($MM=&#39;&#39;,$YYYY=&#39;&#39;,$id=&#39;&#39;){
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));

$nowmm=$_GET["MM"]?$_GET["MM"]:date("m");
$nowyy=$_GET["YY"]?$_GET["YY"]:date("Y");
$nowday=$_GET["day"]?$_GET["day"]:date("d");
print("<table style=\"border:2px #4C82BE solid;border-radius:8px 8px 8px 8px; padding:5px;\" cellspacing=\"0\" cellpadding=\"0\">");
print("<tr><th valign=\"top\"><a href=\"".$_SERVER[&#39;PHP_SELF&#39;]."?id=".$id."&MM=".$preMonth."&YY=".$preYear."&day=".$nowday."\">◀</a></th>");
print("<th colspan=\"5\" valign=\"top\">".date("Y年m月",mktime (0,0,0,$MM,1,$YYYY))."</th>");
print("<th valign=\"top\"><a href=\"".$_SERVER[&#39;PHP_SELF&#39;]."?id=".$id."&MM=".$nextMonth."&YY=".$nextYear."&day=".$nowday."\">▶</a></th></tr>");
print("<tr style=\"font-family: Verdana; font-size:x-small\">");
print("<th>日</th><th>一</th><th>二</th><th>三</th><th>四</th><th>五</th><th>六</th></tr>");

$currentDays = 1;
for($a=1;$a<=5;$a++){
print("<tr align=\"left\" valign=\"top\" style=\"font-family: Verdana; font-size:x-small\">");
$diffDays = $firstDay-$lastDay;
if($firstDay>$lastDay && $currentDays ==1 && ($diffDays<>1)){
for($x=$lastDay;$x>=0;$x--){
$printDays = $days-$x;
print("<td> $printDays 1</td>");
}
for($z=1;$z<$firstDay-$lastDay;$z++){
print("<td> </td>");
}
for($y=$firstDay;$y<7;$y++){
print("<td>$currentDays</td>");
$currentDays++;
}
} elseif($firstDay!=0 && $currentDays==1){
for($z=1;$z<=$firstDay;$z++){
print("<td> </td>");
}
for($y=$firstDay;$y<7;$y++){
	
print("<td><a href=\"".$_SERVER[&#39;PHP_SELF&#39;]."?id=".$id."&MM=".$nowmm."&YY=".$nowyy."&day=".$currentDays."\">");
if($nowday==$currentDays){print("<strong>".$currentDays."</strong>");}else{print($currentDays);}		
print("</a></td>");
	
$currentDays++;
}
} else {
for($u=1;$u<=7 && $currentDays<=$days;$u++){
print("<td><a href=\"".$_SERVER[&#39;PHP_SELF&#39;]."?id=".$id."&MM=".$nowmm."&YY=".$nowyy."&day=".$currentDays."\">");
if($nowday==$currentDays){print("<strong>".$currentDays."</strong>");}else{print($currentDays);}		
print("</a></td>");

$currentDays++;
}
}
print("</tr>");
}
print("</table>");
}
}
calendar($_GET[&#39;MM&#39;],$_GET[&#39;YY&#39;]);	
?>

                   

 以上就是的内容,更多相关内容请关注PHP中文网(www.php.cn)!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.