I have the following code to format the date:
def currentDate = new Date().format('E, dd MMM yyyy')
The format is as I expected, however it is written in the language of my computer.
How can I get it to give the date in English?
Any help? Thanks!
If you’re running in context of a Controller I would suggest you use