parseDate won't accept format token other than X if given unix time

yes this is correct.

then, you need to wrap it with formatDate with the format you want to transform the date into.

so something like this:

{{ formatDate(parseDate(1719860400; "X"); "YYYY-MM-DD") }}

For more information, see Parse and Format date tokens below:

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

3 Likes