mdy property

String get mdy

Formats the current number as a date string in 'MM/dd/yyyy' format.

Returns a string representation of the date in 'MM/dd/yyyy' format.

Implementation

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