PHP 5 Predefined Calendar Constants

PHP 5 Predefined Calendar Constants

ConstantType
CAL_GREGORIANInteger
CAL_JULIANInteger
CAL_JEWISHInteger
CAL_FRENCHInteger
CAL_NUM_CALSInteger
CAL_DOW_DAYNOInteger
CAL_DOW_SHORTInteger
CAL_DOW_LONGInteger
CAL_MONTH_GREGORIAN_SHORTInteger
CAL_MONTH_GREGORIAN_LONGInteger
CAL_MONTH_JULIAN_SHORTInteger
CAL_MONTH_JULIAN_LONGInteger
CAL_MONTH_JEWISHInteger
CAL_MONTH_FRENCHInteger
CAL_EASTER_DEFAULTInteger
CAL_EASTER_ROMANInteger
CAL_EASTER_ALWAYS_GREGORIANInteger
CAL_EASTER_ALWAYS_JULIANInteger
CAL_JEWISH_ADD_ALAFIM_GERESHInteger
CAL_JEWISH_ADD_ALAFIMInteger
CAL_JEWISH_ADD_GERESHAYIMInteger

Next chapter...

What you will learn in the next chapter:

  1. Definition for PHP cal_days_in_month() Function
  2. Syntax for PHP cal_days_in_month() Function
  3. Parameter for PHP cal_days_in_month() Function
  4. Example - returns the number of days in a month for a specified year
Home » PHP Tutorial » PHP Calendar Functions
PHP 5 Predefined Calendar Constants
PHP cal_days_in_month() Function
PHP cal_from_jd() Function
PHP cal_info() Function
PHP cal_to_jd() Function
PHP easter_date() Function
PHP easter_days() Function
PHP frenchtojd() Function
PHP gregoriantojd() Function
PHP jddayofweek() Function
PHP jdmonthname() Function
PHP jdtofrench() Function
PHP jdtogregorian() Function
PHP jdtojewish() Function
PHP jdtojulian() Function
PHP jdtounix() Function
PHP jewishtojd() Function
PHP juliantojd() Function
PHP unixtojd() Function