Searched defs:jalali (Results 1 – 1 of 1) sorted by relevance
/plugin/judge/helper/ |
H A D | jdatetime.class.php | 50 private static $jalali = true; //Use Jalali Date, If set to false, falls back to gregorian variable in jDateTime 69 public function __construct($convert = null, $jalali = null, $timezone = null) 93 …public static function date($format, $stamp = false, $convert = null, $jalali = null, $timezone = … 284 …public static function strftime($format, $stamp = false, $convert = null, $jalali = null, $timezon… 338 …public static function mktime($hour, $minute, $second, $month, $day, $year, $jalali = null, $timez… 386 public static function checkdate($month, $day, $year, $jalali = null)
|