php 取得分钟数,计算每个月的分钟数(php)(Calculate minutes in every month (php))

I need to calculate the minutes in any month for any year. For example, I want to show for 2013, 2014, and 2015 (and any other year) that January has 4460 minutes, September has 43200 minutes, etc. I could probably hard-code that, but the issue is obviously February. If it is a leap year, it has 41760 minutes, if it isn't it has 40320 minutes. I guess I'm not even sure what the best way to approach this is. Maybe something with date("t") and mktime? Write something that only changes Feb. if it is a leap year? Any guidance is appreciated.

Edit: as requested, what I have tried (and failed with)...

$totaldays = date("t", mktime($month));

if $totaldays=31

$totmin=44640

elseif $totaldays=30

$totmin=43200

elseif $totaldays=29

$totmin=41760

else $totaldays=28

$totmin=40320

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值