Checks if this date is the same month as other
other
bool isSameMonthAs(DateTime other) { return DateComparisons.isSameMonth(this, other); }