format method

String format([
  1. TimestampStyle style = TimestampStyle.none
])

Formats the DateTime into a date string timestamp.

Implementation

String format([TimestampStyle style = TimestampStyle.none]) => formatDate(this, style);