You are here

protected static property DatexObject::$daysInGregorianMonth in Datex 7.2

Number of days in each Gregorian month. Leap year is not counted.

File

datex_api/datex_api.class.inc, line 120
Provides an API to work with dates.

Class

DatexObject
Base class for localized DateTime.

Code

protected static $daysInGregorianMonth = array(
  31,
  28,
  31,
  30,
  31,
  30,
  31,
  31,
  30,
  31,
  30,
  31,
);