Skip to content

komicho/formatTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Komicho formatTime

Reconfigure the time format

Install via composer

Add orm to composer.json configuration file.

$ composer require komicho/formatTime

And update the composer

$ composer update

code

require 'vendor/autoload.php';

use komicho\formatTime as ktf;

$time = new ktf([
    'lang' => 'ar'
]);

echo $time -> between(1505466647) . '<br/>';

echo $time -> between(1505466647, 1505466721) . '<br/>';

echo $time -> date_time(1505466647);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages