public function DatexGregorian::calendarFormat in Datex 7.2
To override format charachters DatexObject can't or shouldn't handle.
Shoud return an associative array keyed by date format charachter and it's value as formatted date (the date is available from the onject instance).
Overrides DatexCalendarIterface::calendarFormat
File
- datex_api/
DatexGregorian.inc, line 56 - Gregorian for datex. Nothinf special, always calls DateTime methods to handle stuff.
Class
- DatexGregorian
- Default Gregorian for datex.
Code
public function calendarFormat() {
return array();
}