An open API service indexing awesome lists of open source software.

https://github.com/null-none/dateago

PHP class for format date after created.
https://github.com/null-none/dateago

Last synced: about 1 year ago
JSON representation

PHP class for format date after created.

Awesome Lists containing this project

README

          

PHP class for format date after created.

## Install

```bash
composer require dmitry/date-ago
```

## Example

```php
$date = new DateAgo();
$date->current= strtotime("31.10.2011");
$date->agoPrint();
```

## License

MIT