getDayFromShortDate method

int getDayFromShortDate()

Implementation

int getDayFromShortDate() {
  return int.parse(split('/')[0]);
}