{{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?
{{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?
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.
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
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