php获取当前月月初至月末的时间戳,上个月月初至月末的时间戳_扶摇网络

我们只做利于SEO的网站

php获取当前月月初至月末的时间戳,上个月月初至月末的时间戳

来源:扶摇网络 作者:网站建设/SEO优化专家 浏览: 发布日期:2020-11-23 11:02:19
[导读]:当月<?php$thismonth = date('m');$thisyear  = date('Y');$startDay = $thisyear . '-' . $thismonth . '-1';$endDay   = $thisyear . '...

当月

$thismonth = date('m');

$thisyear  = date('Y');

$startDay = $thisyear . '-' . $thismonth . '-1';

$endDay   = $thisyear . '-' . $thismonth . '-' . date('t', strtotime($startDay));

$b_time       = strtotime($startDay);

$e_time       = strtotime($endDay);



上月

$thismonth = date('m');

$thisyear  = date('Y');

if ($thismonth == 1) {

    $lastmonth = 12;

    $lastyear  = $thisyear - 1;

} else {

    $lastmonth = $thismonth - 1;

    $lastyear  = $thisyear;

}

$lastStartDay = $lastyear . '-' . $lastmonth . '-1';

$lastEndDay   = $lastyear . '-' . $lastmonth . '-' . date('t', strtotime($lastStartDay));

$b_time = strtotime($lastStartDay);

$e_time = strtotime($lastEndDay);


大家有疑问,可以在下边留言交流,我有空会及时回复,本人英文网名:Cheng,中文网名:陆小凤。
免责声明:本文由专注多年品牌设计公司扶摇网络整理编写,旨在为企业提供网络知识分享,如有侵权请联系删除,转栽请注明出处.
加载中~
微信咨询网站建设

扫一扫高效沟通

访问网站建设手机端

扫描访问手机网站

多一份参考总有益处

免费领取网站策划SEO优化策划方案

请填写下方表单,我们会尽快与您联系
感谢您的咨询,我们会尽快给您回复!