Converting a date from 1 format to another

According to the Tokens you can use to parse a date variable, you can use dddd, D MMMM, YYYY.

e.g.: {{ parseDate(date; "dddd, D MMMM, YYYY") }}

After parsing the date correctly, only then you can use formatDate

e.g.: {{ formatDate(parseDate(date; "dddd, D MMMM, YYYY"); "DATE-FORMAT") }}

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

3 Likes