You are here

public function DatexGregorian::formatPHP in Datex 7.2

File

datex_api/DatexGregorian.inc, line 73
Gregorian for datex. Nothinf special, always calls DateTime methods to handle stuff.

Class

DatexGregorian
Default Gregorian for datex.

Code

public function formatPHP($format) {
  return $this
    ->xformat($format);
}