3
For example: we are in March 2015. I can catch the next month of the current year using month()+1
concatenating with year()
, that is, the month of April 2015. However, let’s say we were in December 2015, as I automatically pick up the month of January and the year 2016? Is there any function that does this without me having to compare the month?