thisDay static method

int thisDay()

Implementation

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