toDateString method

String toDateString()

Implementation

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