f.Date().getHours()
f.Date(DateString, FormatString).getHours()
개요
f.Date()로 생성된 Date객체의 시를 문자열 형식으로 반환합니다.
예시
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getHours() // 15
Last updated
Was this helpful?
f.Date(DateString, FormatString).getHours()
f.Date()로 생성된 Date객체의 시를 문자열 형식으로 반환합니다.
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getHours() // 15
Last updated
Was this helpful?