formatShortMonthDay method Null safety
- DateTime date
Formats the month and day of the given date
.
Examples:
- US English: Feb 21
- Russian: 21 февр.
Implementation
String formatShortMonthDay(DateTime date);
Formats the month and day of the given date
.
Examples:
String formatShortMonthDay(DateTime date);