f.Date().getDate()
f.Date(DateString, FormatString).getDate()
개요
예시
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getDate() // 20201022
f.Date('2020-10-31').getDate() //20201031마지막 업데이트
도움이 되었나요?
f.Date(DateString, FormatString).getDate()
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getDate() // 20201022
f.Date('2020-10-31').getDate() //20201031마지막 업데이트
도움이 되었나요?
도움이 되었나요?