Formatter typedef

Formatter = String Function(DateTime dateTime)

A callback used to format the DateTime

Implementation

typedef String Formatter(DateTime dateTime);