Overview

Namespaces

  • NGS
    • Client
      • Exception
    • Converter
    • Patterns
  • PHP

Classes

  • DateTime
  • DateTimeZone
  • Memcached

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • Overview
  • Namespace
  • Class
  • Tree

Class DateTime

PHP Extension: Date
Documented at php.net
Methods summary
public
# __construct( mixed $time, mixed $object )
public
# __wakeup( )
public static
# __set_state( )
public static
# createFromFormat( mixed $format, mixed $time, mixed $object )
public static
# getLastErrors( )
public
# format( mixed $format )
public
# modify( mixed $modify )
public
# add( mixed $interval )
public
# sub( mixed $interval )
public
# getTimezone( )
public
# setTimezone( mixed $timezone )
public
# getOffset( )
public
# setTime( mixed $hour, mixed $minute, mixed $second )
public
# setDate( mixed $year, mixed $month, mixed $day )
public
# setISODate( mixed $year, mixed $week, mixed $day )
public
# setTimestamp( mixed $unixtimestamp )
public
# getTimestamp( )
public
# diff( mixed $object, mixed $absolute )
Constants summary
string ATOM 'Y-m-d\\TH:i:sP'
#
string COOKIE 'l, d-M-y H:i:s T'
#
string ISO8601 'Y-m-d\\TH:i:sO'
#
string RFC822 'D, d M y H:i:s O'
#
string RFC850 'l, d-M-y H:i:s T'
#
string RFC1036 'D, d M y H:i:s O'
#
string RFC1123 'D, d M Y H:i:s O'
#
string RFC2822 'D, d M Y H:i:s O'
#
string RFC3339 'Y-m-d\\TH:i:sP'
#
string RSS 'D, d M Y H:i:s O'
#
string W3C 'Y-m-d\\TH:i:sP'
#
API documentation generated by ApiGen 2.8.0