<?php if(date('n', strtotime('2018-07-31')) == date('n')){ echo 'It is current month'; } else{ echo 'not current month'; }
You have javascript disabled. You will not be able to edit any code.