使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Laclic
/
SovBundle
关注
3
点赞
0
派生
0
代码
工单
1
合并请求
0
版本发布
2
百科
动态
浏览代码
DateComponent : ajout getTotalMinutes
develop
Guillaume
2 年前
父节点
1972f94a0a
当前提交
be3562b49d
共有
1 个文件被更改
,包括
5 次插入
和
0 次删除
分列视图
显示文件统计
+5
-0
Component/DateComponent.php
+ 5
- 0
Component/DateComponent.php
查看文件
@@ -70,4 +70,9 @@ class DateComponent
return $hour ;
}
public function getTotalMinutes(\DateTimeInterface $time): int
{
return (int) $time->format('H') * 60 + (int) $time->format('i');
}
}
撰写
预览
正在加载...
取消
保存