library timehelper
Php class helper for formatting datetime
korytoff/timehelper
Php class helper for formatting datetime
- Wednesday, February 8, 2017
- by korytoff
- Repository
- 6 Watchers
- 18 Stars
- 60 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 13 Forks
- 10 Open issues
- 4 Versions
- 0 % Grown
, (*1)
Php TimeHelper class
Php class helper for formatting datetime, (*2)
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 г.
?>
dev-master
9999999-dev
Php class helper for formatting datetime
Sources
Download
The Requires
by
korytoff
1.3.x-dev
1.3.9999999.9999999-dev
Php class helper for formatting datetime
Sources
Download
The Requires
by
korytoff
1.3
1.3.0.0
Php class helper for formatting datetime
Sources
Download
The Requires
by
korytoff
v1.0
1.0.0.0
Php class helper for formatting datetime
Sources
Download
The Requires
by
korytoff