2017 © Pedro Peláez
 

library utilities

A collection of php utilities.

image

nopaad/utilities

A collection of php utilities.

  • Thursday, November 3, 2016
  • by ariaa
  • Repository
  • 2 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

utilities

A classic collection of php utilities, (*1)

default timestamp is now

$date = jDate::forge();

pass timestamps

$date = jDate::forge(1333857600);

pass strings to make timestamps

$date = jDate::forge('last sunday');

get the timestamp

$date = jDate::forge('last sunday')->time(); // 1333857600

format the timestamp

$date = jDate::forge('last sunday')->format('%B %d، %Y'); // دی 02، 1391

get a predefined format

$date = jDate::forge('last sunday')->format('datetime'); // 1391-10-02 00:00:00
$date = jDate::forge('last sunday')->format('date'); // 1391-10-02
$date = jDate::forge('last sunday')->format('time'); // 00:00:00

amend the timestamp value, relative to existing value

$date = jDate::forge('2012-10-12')->reforge('+ 3 days')->format('date'); // 1391-07-24

get relative 'ago' format

$date = jDate::forge('now - 10 minutes')->ago() // ۱۰ دقیقه پیش

The Versions

03/11 2016

dev-master

9999999-dev https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.6

0.9.6.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.3

0.9.3.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.4

0.9.4.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.5

0.9.5.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.1

0.9.1.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.2

0.9.2.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU

31/10 2016

v0.9.0

0.9.0.0 https://github.com/nopaad/utilities

A collection of php utilities.

  Sources   Download

GNU