longDate property

String get longDate

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

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

Implementation

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