parseDate function returns date in wrong language

I’m using the parseDate() function to return the date in written format.
The problem is that it’s returning the date in Portuguese instead of English.
Any help?


Welcome to the Make community!

That’s just how the date is displayed to you, in your chosen language.

The underlying value is still a date variable.

For more information, see

3 Likes

Thank you for answering!

The problem is that the mapped value from the output is in Portuguese.

I want to use the date on a chatgpt prompt but it has to be in english.

My google account is in english, the make.com account is in english, and everything is in english so I don’t know why it is displaying in Portuguese.

Then what you need is just the formatDate function, remove the parseDate function.

2 Likes