fullDate method

String fullDate()

Implementation

String fullDate() {
  return format(hYear, hMonth, hDay, "EEEE, MMMM dd, yyyy").toTitleCase();
}