You are here

public static function DatexObjectUtils::getJalaliObject in Datex 7

Returns a Jalali Object from a given date.

File

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

Class

DatexObjectUtils
Utitilities to work with a DatexObject

Code

public static function getJalaliObject($date = NULL) {
  return new DatexObject($date, FALSE);
}