constant DATE_OBJECT in Date 5.2
Same name and namespace in other branches
- 6.2 date_api.module \DATE_OBJECT
- 6 date_api.module \DATE_OBJECT
- 7.3 date_api/date_api.module \DATE_OBJECT
- 7 date_api/date_api.module \DATE_OBJECT
- 7.2 date_api/date_api.module \DATE_OBJECT
9 uses of DATE_OBJECT
- date_convert in ./
date_api.module - Date conversion helper function.
- date_days_in_year in ./
date_api.module - Identify the number of days in a year for a date.
- date_day_of_week in ./
date_api.module - Returns day of week for a given date (0 = Sunday).
- date_difference in ./
date_api.module - Compute difference between two days using a given measure.
- date_iso_weeks_in_year in ./
date_api.module - Identify the number of ISO weeks in a year for a date.
File
- ./
date_api.module, line 24 - This module will make the date API available to other modules. Designed to provide a light but flexible assortment of functions and constants, with more functionality in additional files that are not loaded unless other modules specifically include them.
Code
define('DATE_OBJECT', 'object');