Gets the number of days since other date
other
int daysSince(DateTime other) { return difference(other).inDays; }