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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.