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