Skip to content

Date and Time

Dmitriy Zayceff edited this page Apr 30, 2015 · 7 revisions

There is a few classes to work with date, time and timezones:

Zend -> JPHP

  • DateTime -> Time
  • time -> Time::seconds() unix time in seconds (UTC)
  • ??? -> Time::millis() unix time in milliseconds
  • microtime(1) -> Time::millis() / 1000
  • strtotime -> TimeFormat::parse
  • date -> TimeFormat::format
Clone this wiki locally