DateFormatter typedef

DateFormatter = String Function(int year, int month, int day)

Returns a string from a specified date.

Implementation

typedef DateFormatter = String Function(int year, int month, int day);