korytoff / timehelper
Php class helper for formatting datetime
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 6
Forks: 9
Open Issues: 10
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-01-04 20:36:48 UTC
README
Php TimeHelper class
Php class helper for formatting datetime
Download file and install
<?php include_once('TimeHelper.php'); ?>
Or use composer
{ "repositories": [ ... { "type": "git", "url": "https://github.com/korytoff/PHP-TimeHelper.git" } ], "require": { ... "korytoff/helpers/timehelper": "*" }, }
$ php composer.phar update
Use
<?php echo TimeHelper::create('2014-11-07 22:12:00')->today(); // Сегодня, Завтра, Вчера или 14 сентября 2015 г. ?>