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