String parseDateTime(String format) { if (isEmpty) return ''; return DateFormat(format).parse(this).toString(); }