You are here

function datex_date in Datex 7

Alias of DatexFormatter::date().

File

datex_api/datex_api.module, line 137

Code

function datex_date($format, $timestamp = NULL) {
  return DatexObjectUtils::date($format, $timestamp);
}