<?php
$a=1;
$endtime="2002-02-06";//指定日期
$info="大月";
while(1){
$gettime=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-$a,date("Y")));
$month=date("m",mktime(0,0,0,date("m"),date("d")-$a,date("Y")));
if($month<7){
if($month%2==0){
$info="小月";
}else{
$info="大月";
}
}
if($month>8){
if($month%2==0){
$info="大月";
}else{
$info="小月";
}
}
if(strcmp($gettime,$endtime)==0){
break;
}else{
$a++;
}
echo "Output:-> <u>".$gettime." ($info)</u>\r\n<br>";
}
?>
文章来源于领测软件测试网 https://www.ltesting.net/
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073