static DateTime findLastDateOfPreviousMonth(DateTime dateTime) { final lastMonth = getLastMonth(dateTime); return findLastDateOfTheMonth(lastMonth); }