dousi4257 2014-02-11 20:05
浏览 151
已采纳

获取当月和上个月的所有unix时间戳[重复]

This question already has an answer here:

I am making a script in which I require views to displayed in today, yesterday, last month, this month. I was able to get views for today and yesterday using the following code:

$hour = 12;

$today_count = strtotime("$hour:00:00");
$yest_count = strtotime('-1 day', $today_count);

My timestamp in database is unix timestamp . How can i achieve to get this month and last month views?

</div>
  • 写回答

1条回答 默认 最新

  • doushan1850 2014-02-11 20:22
    关注

    The unix timestamp started on 1 January 1970 and counts the seconds since then. To get the time stamp from 7 days ago you need to know how many seconds that is. eg.

    7(days)*24(hours)60(min)(60 sec) = 604,800

    From there you can subtract that from the current timestamp.

    time() - 604,800 = time stamp from 7 days ago.

    This method will work for any time in the past up until 1 January 1970. Once that is done you can convert that timestamp into any date formate you need.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 树莓派与pix飞控通信
  • ¥15 自动转发微信群信息到另外一个微信群
  • ¥15 outlook无法配置成功
  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题