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
Priyanka Sawant
2 answers
0
You can use a negative number in the addDays function: addDays($yourdate, -14)