f.Date().getDatetime()
f.Date(DateString, FormatString).getDatetime()
개요
예시
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getDatetime() // 20201022T151029Last updated
Was this helpful?
f.Date(DateString, FormatString).getDatetime()
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getDatetime() // 20201022T151029Last updated
Was this helpful?
Was this helpful?