Format DateTime
String? toFormat(String format) { if (this == null) return null; return intl.DateFormat(format, _locale).format(this!); }