You are here

function cmfcCalendarV1Thai::fromGregorian in Calendar Systems 8

Same name and namespace in other branches
  1. 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::fromGregorian()
  2. 7 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::fromGregorian()
  3. 7.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::fromGregorian()

Overrides cmfcCalendarV1Plugin::fromGregorian

File

calendar/v1/calendarSystems/thai.class.inc.php, line 158

Class

cmfcCalendarV1Thai

Code

function fromGregorian($year, $month, $day) {
  return NULL;
}