//年、月、日から日付を合成します
function dateserial($nyear,$nmonth,$nday)
{
return date("Y/n/j",mktime(0,0,0,$nmonth,$nday) ,$nyear));
}
$now_rq=date("Y/n/j");// 現在の日付に移動します
$year=date(Y);// 年を取得します
$month=date (m );//月を取得します
$month=date(j);//日を取得します
//月から四半期の最初と最後の日を取得します
switch($month){
case 1:
ケース 2:
ケース 3:
$quarter_begin=dateserial($year-1,10,1);
ケース 4:
ケース 5; :
ケース 6:
$四半期_begin=dateserial($year,1,1);
ケース 7:
ケース 9:
$四半期の開始=日付シリアル($年,4,1);
$四半期_終了=日付シリアル($年,6,30);
ケース10:
ケース11:
$四半期_開始($年, 7,1) ;
$四半期_終了=日付シリアル($年,9,30)
}
http://www.bkjia.com/PHPjc/532237.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/532237.html