Format DateTime to toDateString - yyyy-MM-dd
String? toDateStringUS({String format = "MM/dd/yyyy"}) { return toDateString(format: format); }