getCurrentYearDate function

int getCurrentYearDate()

Implementation

int getCurrentYearDate() {
  return DateTime.now().year;
}