getDate method

DateTime getDate()

Implementation

DateTime getDate() {
  return DateTime(year, month, day);
}