constant DATE_DATETIME in Date 6
Same name and namespace in other branches
- 5.2 date_api.module \DATE_DATETIME
- 5 date_api.module \DATE_DATETIME
- 6.2 date_api.module \DATE_DATETIME
- 7.3 date_api/date_api.module \DATE_DATETIME
- 7 date_api/date_api.module \DATE_DATETIME
- 7.2 date_api/date_api.module \DATE_DATETIME
20 uses of DATE_DATETIME
- DateAPI::testDateAPI in tests/
date_api.test - date_api_fields in ./
date_api.views.inc - Identify all potential date/timestamp fields.
- date_api_ical_build_rrule in ./
date_api_ical.inc - Build an iCal RULE from $form_values.
- date_combo_validate in date/
date_elements.inc - Validate and update a combo element. Don't try this if there were errors before reaching this point.
- date_convert in ./
date_api.module - Date conversion helper function.
File
- ./
date_api.module, line 22 - 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_DATETIME', 'datetime');