formatIso8601 method
Formats the date in ISO 8601 format
Implementation
String formatIso8601() {
return DateFormatters.formatIso8601(this);
}
Formats the date in ISO 8601 format
String formatIso8601() {
return DateFormatters.formatIso8601(this);
}