I need a function that will return three strings:
- first string will contain the current month and the current year.
- second string will contain the previous month and current year.
- third string will contain two months ago and current year.
This, of course, should also work if current month is January, for example.
So right now, the results should be:
- September 2015
- August 2015
- July 2015