formatIso8601 method

String formatIso8601()

Formats the date in ISO 8601 format

Implementation

String formatIso8601() {
  return DateFormatters.formatIso8601(this);
}