<?php $input = new \DateTime('2017-07-17'); $firstDayOfMonth = new \DateTime($input->format('Y-m-01')); $order = (int)(($input->format('j') - 1) / 7) + 1; function ordinal($number) { $ends = array('th','st','nd','rd','th','th','th','th','th','th'); if ((($number % 100) >= 11) && (($number%100) <= 13)) return $number. 'th'; else return $number. $ends[$number % 10]; } echo ordinal($order).' '.$input->format('l');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`