Skip to content

Instantly share code, notes, and snippets.

@jnruel
jnruel / pretty-php-date-ranges.php
Created March 7, 2017 22:58 — forked from jb510/pretty-php-date-ranges.php
Pretty PHP Date Ranges
<?php
/**
* Verbose Beautified Date Range
*
* @access public
* @param mixed $start_date
* @param mixed $end_date
* @return $date_range (beautified date range)
* @license WTFPL
*