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.
pub fn format_date<'cx>(
cx: &'cx Context,
cfg: Config,
date: &'cx Date<'cx>,
) -> DateDisplay<'cx>Formats a JavaScript Date using the given configuration.