iso8601 property
String
get
iso8601
Formats the current number as a date-time string in ISO 8601 format 'yyyy-MM-ddTHH:mm:ss'.
Implementation
String get iso8601 => DateFormats.iso8601.format(toDateTime);
Formats the current number as a date-time string in ISO 8601 format 'yyyy-MM-ddTHH:mm:ss'.
String get iso8601 => DateFormats.iso8601.format(toDateTime);