f.Date().setTime()
f.Date(DateString, FormatString).setTime(time)
개요
파라미터
파라미터명
필수여부
타입
제약사항
설명
예시
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().setTime('101500').date // Thu Oct 22 2020 10:15:00 GMT+0900 (대한민국 표준시)Last updated
Was this helpful?