check year difference in momentjs code example Example: moment date difference in days moment(new Date()).diff(moment(new Date()), 'days') // 0