shortDate abstract method

String shortDate(
  1. DateTime date
)

The short date.

In en, this message translates to: '{date}'

Implementation

String shortDate(DateTime date);