Skip to main content

fmt_hour_12

Function fmt_hour_12 

Source
fn fmt_hour_12(
    output: &mut (impl Write + ?Sized),
    hour: ru8<0, { _ }>,
    _: Hour12,
) -> Result<usize>
Available on crate feature formatting only.
Expand description

Format the hour into the designated output using the 12-hour clock.