You are here

public static function DatexObjectUtils::getYear in Datex 7

Returns current Jalali Year.

1 call to DatexObjectUtils::getYear()
datex_date_date_select_process_alter in datex_date/datex_date.module
Implements hook date_select_process_alter().

File

datex_api/datex_api_classes.inc, line 1019
API and helper functions used by other datex modules.

Class

DatexObjectUtils
Utitilities to work with a DatexObject

Code

public static function getYear() {
  return self::getByName('year');
}