formatDayOfMonth method
Returns a formatted string in the Tempus.dayOfMonthFormat format
Implementation
static String formatDayOfMonth(DateTime d) =>
new DateFormat(_dayOfMonthFormat).format(d);
Returns a formatted string in the Tempus.dayOfMonthFormat format
static String formatDayOfMonth(DateTime d) =>
new DateFormat(_dayOfMonthFormat).format(d);