Javascript
Moment 타임존 값에 따라 날짜 포맷팅 출력
jayden-lee
2019. 5. 24. 15:10
728x90
const today = moment().lang("ko").format('LLL');
console.log(today);