format abstract method

String format(
  1. DateTime datetime
)

Formats the given datetime into a string according to the formatter's configured locale and options.

Implementation

String format(DateTime datetime);