I\'ve a function that returns url of 1 month before.
I\'d like to display current selected month, but I cannot use simple current month, cause when user clicks link
You can with the DateTime class and the DateTime::add() method:
Documentation