function cmfcCalendarV1Thai::fromGregorian in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::fromGregorian()
- 8.2 calendar/v1/calendarSystems/thai.class.inc.php \cmfcCalendarV1Thai::fromGregorian()
- 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
Code
function fromGregorian($year, $month, $day) {
  return NULL;
}