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

File: Calc.php

Source Location: /Date-1.4.6/Date/Calc.php

Classes:

Date_Calc
Calculates, manipulates and retrieves dates

Page Details:

Calculates, manipulates and retrieves dates

It does not rely on 32-bit system time stamps, so it works dates before 1970 and after 2038.

PHP versions 4 and 5


DATE_CALC_BEGIN_WEEKDAY [line 46]

DATE_CALC_BEGIN_WEEKDAY = 1
Defines what day starts the week

Monday (1) is the international standard. Redefine this to 0 if you want weeks to begin on Sunday.


[ Top ]



DATE_CALC_FORMAT [line 58]

DATE_CALC_FORMAT = '%Y%m%d'
The default value for each method's $format parameter

The default is '%Y%m%d'. To override this default, define this constant before including Calc.php.

  • Since: Constant available since Release 1.5.0

[ Top ]



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