dayMonth property

DateFormat get dayMonth

Provides a DateFormat instance for "dd-MM" format, suitable for day and month representation.

Implementation

static DateFormat get dayMonth => DateFormat('dd-MM');