I was trying to find how to calculate end of the month + 60 days in PHP, took a while but finally got it working using the below code - just change 60 days to whatever you want
1 2 3 4 5 6 7 8 9 10 | |
I was trying to find how to calculate end of the month + 60 days in PHP, took a while but finally got it working using the below code - just change 60 days to whatever you want
1 2 3 4 5 6 7 8 9 10 | |