How to change only year of date to current year

0
Hello all, I have a dates like 1/3/2022, 25/05/2015 and so on. So I want to only change there year to current year like 1/3/2022=1/3/2023,      25/05/2015 = 25/05/2023 how can I achieve this please guide me. Thanks in advanced
asked
1 answers
0

Hi Priyanka!

You can use the addYears function – Add Date Function Calls | Mendix Documentation

Hope it helps!

answered