Hi all,
I would like to automatically display the last day of the previous year. I tried that with this smart value: {{now.startOfYear.minusDays(1).format("dd.MM.yyyy")}} Unfortunately without success. May you please assist me?
Thanks and best regards,
Jens
Hi @Jens Hoffmann ,
As far as I can see, there is no "startOfyear" smart function.
Can you give this a try ?
{{now.startOfMonth.withMonth(1).minusDays(1).format("dd.MM.yyyy")}}
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice to hear.
Please feel free to click the green "Accept Answer" button if my answer was helpful.
Thank you and best regards,
Kris
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.