pub trait LocaleDate {
    fn formatl<'a>(
        &self,
        fmt: &'a str,
        locale: &str
    ) -> DelayedFormatL10n<StrftimeItems<'a>>; }

Required Methods

Implementations on Foreign Types

Implementors