Skip to main content

fmt_month_long

Function fmt_month_long 

Source
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.