Current year and date in App Connect

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.

1 Like