Moment gets the current date on the Monday of the week before

use moment.js to get the date of the previous week and Monday of the current date. How to write

Mar.13,2021

moment().day(-6)
Menu