public function cmfcCalendarV1Gregorian::smartGet in Calendar Systems 8
Same name and namespace in other branches
- 8.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::smartGet()
- 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::smartGet()
- 7.2 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::smartGet()
@desc accept array,timestamp and string as input datetime in jalali or gregorian format
Overrides cmfcCalendarV1::smartGet
File
- calendar/
v1/ calendarSystems/ gregorian.class.inc.php, line 300
Class
- cmfcCalendarV1Gregorian
- @desc
Code
public function smartGet($type, $value = "now") {
return parent::smartGet($type, $value);
}