const startOfMonth = moment().startOf('month').format('YYYY-MM-DD hh:mm'); const endOfMonth = moment().endOf('month').format('YYYY-MM-DD hh:mm');