pub(super) fn format_date<const CONFIG: EncodedConfig>(
output: &mut (impl Write + ?Sized),
date: Date,
) -> Result<usize, Format>
Available on crate feature
formatting
only.Expand description
Format the date portion of ISO 8601.