new Date() Wed May 18 2022 10:44:15 GMT+0900 (한국 표준시)
const aaa = new Date()
aaa.getFullYear()
aaa.getMonth() + 1 실제 달보다 한달 적게 나옴
aaa.getDate()