Compare the last password change date with the current date to see if 120 days have passed.

0
Lastly, I would like to compare the date of the last password change and the current date to check whether 120 days have passed. If it has passed, I would like to go to the password change page. If not, I would like to go to the homepage. What should I do?
asked
1 answers
1

Hi,

 

You can use the function addDays: https://docs.mendix.com/refguide/add-date-function-calls/#addDays

image.png

answered