Is it possible to calculate the 3rd last day of the month using:
echo gmdate('Y-m-d H:i:s' , mktime({what goes here}));
Some examples of the result I want:
- January 28th
- February 25th / 26th
- March 28th
- April 27th
- May 29th
- June 27th
- July 28th
- August 28th
- September 27th
- October 28th
- November 27th
- December 28th