shortDate property

String get shortDate

Formats the current number as a short date string, which is locale dependent.

Returns a string representation of the short date, which is locale dependent.

Implementation

String get shortDate => DateFormats.shortDate.format(toDateTime);