<?php $month = '11'; $month = Date("m", strtotime("2017-" . $month . "-01" . " +1 month")); echo $month;
You have javascript disabled. You will not be able to edit any code.