You are here

public static function DatexObjectUtils::getMonth in Datex 7

Returns current Jalali month.

File

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

Class

DatexObjectUtils
Utitilities to work with a DatexObject

Code

public static function getMonth() {
  return self::getByName('month');
}