constant DATE_OBJECT in Date 6
Same name and namespace in other branches
- 5.2 date_api.module \DATE_OBJECT
- 6.2 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
10 uses of DATE_OBJECT
- date_convert in ./
date_api.module - Date conversion helper function.
- date_days_in_month in ./
date_api.module - Identify the number of days in a month for a date.
- 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.
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');