This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Verbose Beautified Date Range | |
| * | |
| * @access public | |
| * @param mixed $start_date | |
| * @param mixed $end_date | |
| * @return $date_range (beautified date range) | |
| * @license WTFPL | |
| * |