Date
[ class tree: Date ] [ index: Date ] [ all elements ]

File: Date.php

Source Location: /Date-1.4.4/Date.php

Classes:

Date
Generic date handling class for PEAR

Page Details:

Generic date handling class for PEAR

Generic date handling class for PEAR. Attempts to be time zone aware through the Date::TimeZone class. Supports several operations from Date::Calc on Date objects.

PHP versions 4 and 5

LICENSE: This source file is subject to version 2.02 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/2_02.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Date/Calc.php') [line 34]
require_once('Date/Span.php') [line 35]
require_once('Date/TimeZone.php') [line 33]

DATE_FORMAT_ISO [line 44]

DATE_FORMAT_ISO = 1
"YYYY-MM-DD HH:MM:SS"

[ Top ]



DATE_FORMAT_ISO_BASIC [line 48]

DATE_FORMAT_ISO_BASIC = 2
"YYYYMMSSTHHMMSS(Z|(+/-)HHMM)?"

[ Top ]



DATE_FORMAT_ISO_EXTENDED [line 52]

DATE_FORMAT_ISO_EXTENDED = 3
"YYYY-MM-SSTHH:MM:SS(Z|(+/-)HH:MM)?"

[ Top ]



DATE_FORMAT_ISO_EXTENDED_MICROTIME [line 56]

DATE_FORMAT_ISO_EXTENDED_MICROTIME = 6
"YYYY-MM-SSTHH:MM:SS(.S*)?(Z|(+/-)HH:MM)?"

[ Top ]



DATE_FORMAT_TIMESTAMP [line 60]

DATE_FORMAT_TIMESTAMP = 4
"YYYYMMDDHHMMSS"

[ Top ]



DATE_FORMAT_UNIXTIME [line 64]

DATE_FORMAT_UNIXTIME = 5
long int, seconds since the unix epoch

[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:13:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.