You are here

public function cmfcCalendarV1Gregorian::date in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::date()
  2. 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::date()
  3. 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::date()

Implementation of PHP date function This is the simplified versino by Sina Salek

Overrides cmfcCalendarV1Plugin::date

File

calendar/v1/calendarSystems/gregorian.class.inc.php, line 277

Class

cmfcCalendarV1Gregorian
@desc

Code

public function date($format, $maket = null) {
  return parent::phpDate($format, $maket = null);
}