public function cmfcCalendarV1Gregorian::date in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::date()
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::date()
- 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);
}