PHP学习笔记之皇历
程序员文章站
2024-02-10 18:59:58
...
PHP学习笔记之万年历
"); } ?>
0) { if ($month >= 1 && $month "); } } else if($year != NULL) { echo("年份不对" . "万年历 "); $ym = ChangeNum($year) . "年 ". $MONTH[$month]; echo(""); echo(" $ym
"); for ($i=0; $i"); echo(" "); $theDay = 1; $numOfDays = MonthDays($year, $month);//根据输入的年号和月份,返回该月的天数 $theWeek = WeekDay($year, $month, $theDay); //根据输入的日期,返回对应的星期几 for ($i=0; $i"); for ($j=0; $j"); if ($theDay $theDay"); $theDay++; $theWeek = ($theWeek + 1) % 7;//更新星期 } echo(""); } echo(""); if ($theDay > $numOfDays) //如果已经输出全部日期,结束循环 { $i = 6; } } echo(""); } ?>$WEEK[$i]
"); echo(""); } echo("
"); } ?>
相关文章
相关视频
上一篇: 图片验证码的有关问题
下一篇: php 兑现KMP算法