yearMonthDayAndTime property

String get yearMonthDayAndTime

Returns a string representation of the year, month, day, and time. Format: 'YYYY-MM-DD HH:mm:s ms'

Implementation

String get yearMonthDayAndTime =>
    '${date.year}-${date.month}-${date.day} $timeAndSeconds';