Skip to content

bigfunctions > translated_month_name

translated_month_name

Signature

translated_month_name(date, language)

Description

Get translated_month_name in targeted language

language has locale format such as fr, fr_FR, fr_BE, etc.

Examples

select bigfunctions.eu.translated_month_name('2022-05-01', 'es')
select bigfunctions.us.translated_month_name('2022-05-01', 'es')
select bigfunctions.europe_west1.translated_month_name('2022-05-01', 'es')
+-----------------------+
| translated_month_name |
+-----------------------+
| mayo                  |
+-----------------------+