day abstract method

String day(
  1. DateTime date
)

The day of the month.

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

Implementation

String day(DateTime date);