Convert a date to get only the month name

{{formatDate(2024-05-15; “MMMM”)}}

and it correctly returns May

but I need the name of the month in Spanish (Mayo)

How can I get it in Spanish if I have Spanish settings?

1 Like

You’ll have to define an array of month names in Spanish, then use the month number as the array index item using the built-in get function.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes

Hey @Enrique1 You can use switch() function or module to return spanish names instead of english.

Regards,

Msquare Automation - Gold Partner of Make
@Msquare_Automation