Format DateTime to toDateString - yyyy-MM-dd
String? toDateString() { if (this == null) return null; return intl.DateFormat("yyyy-MM-dd", _locale).format(this!); }