constant DATE_FORMAT_DATETIME in Date 8
Same name and namespace in other branches
- 5.2 date_api.module \DATE_FORMAT_DATETIME
- 5 date_api.module \DATE_FORMAT_DATETIME
- 6.2 date_api.module \DATE_FORMAT_DATETIME
- 6 date_api.module \DATE_FORMAT_DATETIME
- 7.3 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7.2 date_api/date_api.module \DATE_FORMAT_DATETIME
15 uses of DATE_FORMAT_DATETIME
- DateiCalParse::parse_duration in date_api/
lib/ Drupal/ date_api/ DateiCalParse.php - Parses the duration of the event.
- DateSqlHandler::arg_parts in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Parse date parts from an ISO date argument.
- DateSqlHandler::arg_range in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Use the parsed values from the ISO argument to determine the min and max date for this period.
- DateSqlHandler::sql_where_date in date_api/
lib/ Drupal/ date_api/ DateSqlHandler.php - Creates a where clause to compare a complete date field to a date value.
- date_all_day_field in date_all_day/
date_all_day.module - Determine if a Start/End date combination qualify as 'All day'.
File
- date_api/
date_api.module, line 118 - 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
const DATE_FORMAT_DATETIME = "Y-m-d H:i:s";