You are here

final function DatexPartialImplementation::xFormat in Datex 7.3

Format date time, in gregorian.

Parameters

$format:

Return value

string

Overrides DatexInterface::xFormat

File

src/Datex/DatexPartialImplementation.php, line 85
Base implementation of DatexInterface.

Class

DatexPartialImplementation
Base implementation of DatexInterface.

Code

final function xFormat($format) {
  return $this->origin
    ->format($format);
}