fn fmt_month_long(
output: &mut (impl Write + ?Sized),
month: Month,
_: MonthLong,
) -> Result<usize>Available on crate feature
formatting only.Expand description
Format the month into the designated output using the full name.