String toTimeString({String formatToTime = "HH:mm", String locale = "ID"}) { return DateFormat(formatToTime, locale).format(this); }