format method
Formats the DateTime into a date string timestamp.
Implementation
String format([TimestampStyle style = TimestampStyle.none]) => formatDate(this, style);
Formats the DateTime into a date string timestamp.
String format([TimestampStyle style = TimestampStyle.none]) => formatDate(this, style);