This website works better with JavaScript.
홈
탐색
도움말
로그인
Laclic
/
SovBundle
보기
3
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
2
위키
Activity
소스 검색
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');
}
}
Write
Preview
Loading…
취소
저장