You are here

function calendar_islamic_converter in Calendar Systems 6.2

Jalali calendar date converter callback.

@todo IMPLEMENT!

1 string reference to 'calendar_islamic_converter'
calendar_islamic_calendar_info in calendars/calendar_islamic/calendar_islamic.module
Implements hook_calendar_info().

File

calendars/calendar_islamic/calendar_islamic.module, line 83
Implements necessary hooks of Calendar Systems module, to support Islamic Calendar.

Code

function calendar_islamic_converter() {
  return FALSE;
}