You are here

final function DatexPartialImplementation::xFormat in Datex 8

Format date time, in gregorian.

Parameters

$format:

Return value

string

Overrides DatexInterface::xFormat

File

src/Datex/DatexPartialImplementation.php, line 68

Class

DatexPartialImplementation

Namespace

Drupal\datex\Datex

Code

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