Module l10n_date

Provides strings for localization of dates.

Copyright © 2011 Arjan Scherpenisse

Authors: Arjan Scherpenisse (arjan@scherpenisse.net).

Description

Provides strings for localization of dates.

Function Index

dayname/2Provide localized versions of the day of the week.
label/2Provide some localized date strings.
monthname/2Provide localized versions of month names.
monthname_short/2Provide localized short versions of month names.

Function Details

dayname/2

dayname(X1, Context) -> any()

Provide localized versions of the day of the week.

label/2

label(X1::midnight | noon, Context::#context{}) -> string()

Provide some localized date strings

monthname/2

monthname(X1, Context) -> any()

Provide localized versions of month names.

monthname_short/2

monthname_short(X1, Context) -> any()

Provide localized short versions of month names.


Generated by EDoc