getLastDayOfCurrentMonth static method

DateTime getLastDayOfCurrentMonth()

Implementation

static DateTime getLastDayOfCurrentMonth() {
  return getLastDayOfMonth(DateTime.now());
}