<?php $day = date('j'); // day of the month if ($day < 15) { echo 'You are spending the first half of the month'; }