2017 © Pedro Peláez
 

library formattime

get country name and code

image

komicho/formattime

get country name and code

  • Saturday, October 28, 2017
  • by komicho
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Komicho formatTime

Reconfigure the time format, (*1)

Install via composer

Add orm to composer.json configuration file., (*2)

$ composer require komicho/formatTime

And update the composer, (*3)

$ 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);

The Versions

28/10 2017

dev-master

9999999-dev https://github.com/komichoLab/formatTime

get country name and code

  Sources   Download

php time komicho

28/10 2017

V0.1

0.1.0.0 https://github.com/komichoLab/formatTime

get country name and code

  Sources   Download

php time komicho