function datex_format_date in Datex 7.3
Same name and namespace in other branches
- 7.2 datex_api/datex_api.module \datex_format_date()
Deprecated but kept from datex 2. Delegates to datex_format().
See also
datex_format().
File
- ./
datex.module, line 593 - Datex main module file, Datex adds php-intl support to drupal.
Code
function datex_format_date($ignore = NULL, $datetime = NULL, $format = NULL, $tz = NULL) {
return datex_format($ignore, $datetime, $format, $tz);
}