constant DATE_FORMAT_DATE in Date 8
Same name and namespace in other branches
- 5.2 date_api.module \DATE_FORMAT_DATE
- 6.2 date_api.module \DATE_FORMAT_DATE
- 7.3 date_api/date_api.module \DATE_FORMAT_DATE
- 7 date_api/date_api.module \DATE_FORMAT_DATE
- 7.2 date_api/date_api.module \DATE_FORMAT_DATE
2 uses of DATE_FORMAT_DATE
- DateAPITest::testDateAPI in date_api/
lib/ Drupal/ date_api/ Tests/ DateAPITest.php - @todo.
- date_views_plugin_pager::query in date_views/
includes/ date_views_plugin_pager.inc - Transfer date information from the argument to the view so the pager theme can use it and update the date argument value to whatever is set by the pager.
File
- date_api/
date_api.module, line 121 - 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_DATE = 'Y-m-d';