how to subtract the days from date

0
Hello all I hope you all give me solution on one issue So I have a one date and I want to minus 14 days from that date or we can say from current date how can I do this.   Thanks in advance
asked
2 answers
0

You can use a negative number in the addDays function: addDays($yourdate, -14)

answered
0

Use subtractDays function

https://docs.mendix.com/refguide/subtract-date-function-calls/

answered