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