Hi every one!
I want to create automate tasks for each month, but want to put the name of the next month on summary, for example; For January, 2024 - make cookies.
I just get the current month and year; For {{now.format("MMMM, YYYY")}} - make cookies, i want to put the next month not current.
Can someone help me with this?
Hi @David Romero, welcome to the community!
Have you tried something like {{now.plusMonths(1).format("MMMM")}}, that should work.
Cheers,
Melo
Hi @David Romero welcome to the community.
Change that to {{now.plusMonths(1)}}
Here's a page for your reference, it should help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.