f.Date().getCalcDate()
f.Date(DateString, FormatString).getCalcDate(formatType, value)
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
//f.Date().date == Thu Oct 22 2020 15:10:29 GMT+0900 (대한민국 표준시)
f.Date().getCalcDate('Y',-1).getDate() // 20191022
f.Date().getCalcDate('M',1).getMonth() // 11
f.Date().getCalcDate('Y',1).format('YYYYMM') //202110