toMMMDDYYYY method

String toMMMDDYYYY()

Implementation

String toMMMDDYYYY() {
  return DateFormat("MMM dd, yyyy").format(this);
}