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 | |
/** | |
* Get Relative Time in PHP (e.g. '1 hour ago', 'yesterday', 'tomorrow', 'in 2 weeks'). | |
* With the argument `$max_diff` you can specify the number of days from when the | |
* actual date should be returned witht the format of `$date_format`. | |
* | |
* Gist: https://gist.github.com/wottpal/61bc13425a8cedcd88666040d1449bfd | |
* Fork of: https://gist.github.com/mattytemple/3804571 | |
*/ |