php-time-ago icon indicating copy to clipboard operation
php-time-ago copied to clipboard

Simple module, that displays the date in a "time ago" format.

Results 3 php-time-ago issues
Sort by recently updated
recently updated
newest added

- Added language info to code snippets to enable syntax highlighting - Turned "How to determine, what "ago" is" section to table

The logic for the time ago calculations is currently entirely in the Language class, which, given its name, seems odd; shouldn't it only do the translations? Wouldn't the processing have...

# Changed log - Using the `DataProvider` to collect the test cases for `testLanguage` test. - Add the `create` and `dateDifference` method tests. - Add the `php-7.3` test in Travis...