f.Date(DateString, FormatString).getTime()
f.Date()로 생성된 Date객체를 'HHmmss'형식의 문자열로 반환합니다.
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시) f.Date().getTime() // 151029
Last updated 5 months ago