format_date

Function format_date 

Source
pub fn format_date<'cx>(
    cx: &'cx Context,
    cfg: Config,
    date: &'cx Date<'cx>,
) -> DateDisplay<'cx>
Expand description

Formats a JavaScript Date using the given configuration.