String toFormattedString({String outputDateFormat = 'yyyy-MM-dd', String locale = "ID"}) { return DateFormat(outputDateFormat, locale).format(this); }