toDateStringDDMMMMYYYY method

String toDateStringDDMMMMYYYY({
  1. String locale = "ID",
})

Implementation

String toDateStringDDMMMMYYYY({String locale = "ID"}) {
  return DateFormat("dd MMMM yyyy", locale).format(this);
}