currentDay property

int currentDay

Gets the current day of the month.

Implementation

static int get currentDay {
  return DateTime.now().day;
}