Function telescope::templates::helpers::format_date_helper[][src]

fn format_date_helper(h: &Helper<'_, '_>, out: &mut dyn Output) -> HelperResult
Expand description

Handlebars helper to format dates. This should be able to accept a value of either a date or a timestamp or a timestamp with timezone, and format the date as “Month Day, Year”.