I\'m doing my calls like this:
let minDate = new Date(req.year, month, 1); let maxDate = new Date(req.year, month, 31);