fullDateTimeMdy property

String get fullDateTimeMdy

Formats the current number as a full date and time string in 'MM/dd/yyyy HH:mm:ss' format.

Returns a string representation of the full date and time in 'MM/dd/yyyy HH:mm:ss' format.

Implementation

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