public function cmfcCalendarV1Plugin::fromGregorian in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::fromGregorian()
- 7 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::fromGregorian()
- 7.2 calendar/v1/calendarV1.plugin.class.inc.php \cmfcCalendarV1Plugin::fromGregorian()
5 methods override cmfcCalendarV1Plugin::fromGregorian()
- cmfcCalendarV1Arabic::fromGregorian in calendar/
v1/ calendarSystems/ arabic.class.inc.php - * Islamic Calendar *
- cmfcCalendarV1Gregorian::fromGregorian in calendar/
v1/ calendarSystems/ gregorian.class.inc.php - cmfcCalendarV1Iranian::fromGregorian in calendar/
v1/ calendarSystems/ iranian.class.inc.php - cmfcCalendarV1Julian::fromGregorian in calendar/
v1/ calendarSystems/ julian.class.inc.php - cmfcCalendarV1Thai::fromGregorian in calendar/
v1/ calendarSystems/ thai.class.inc.php
File
- calendar/
v1/ calendarV1.plugin.class.inc.php, line 18
Class
Code
public function fromGregorian($g_y, $g_m, $g_d);