You are here

final function CalendarSystemsPartialImplementation::xFormat in Calendar Systems 8.3

Format date time, in gregorian.

Parameters

$format:

Return value

string

Overrides CalendarSystemsInterface::xFormat

File

src/CalendarSystems/CalendarSystemsPartialImplementation.php, line 64

Class

CalendarSystemsPartialImplementation

Namespace

Drupal\calendar_systems\CalendarSystems

Code

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