How can I display the current year or date for App Connect I want to put in credits of a website.
I have tried.
<span> {{NOW.formatDate('yyyy-MM-dd')}}</span>
Without success. Any help?
How can I display the current year or date for App Connect I want to put in credits of a website.
I have tried.
<span> {{NOW.formatDate('yyyy-MM-dd')}}</span>
Without success. Any help?
You can use date and time component, then fortmat that value.
Like:
Thanks @franse I forgot there is a date time component.