You are here

public function cmfcCalendarV1Gregorian::smartGet in Calendar Systems 8.2

Same name and namespace in other branches
  1. 8 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::smartGet()
  2. 7 calendar/v1/calendarSystems/gregorian.class.inc.php \cmfcCalendarV1Gregorian::smartGet()
  3. 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);
}