Calendar.CalendarTranslations protocol

Summary

Functions

Returns a list of months for the provided language code

Returns a list of months for the provided language code

Returns a list of weekdays for the provided language code. The first element in Monday. The last is Sunday

Returns a list of abbreviated weekdays for the provided language code

Types

t :: term

Functions

month_names(language_code)

Returns a list of months for the provided language code.

month_names_abbr(language_code)

Returns a list of months for the provided language code.

weekday_names(language_code)

Returns a list of weekdays for the provided language code. The first element in Monday. The last is Sunday.

weekday_names_abbr(language_code)

Returns a list of abbreviated weekdays for the provided language code.