Read a MCE update from Shabbar Dhalla.
type);
?>
width: 95% !important;
width:99%; position: relative; left: 0.0%;
width:101%; position: relative; left: 0.0%;
" class="grey">
field_offset_to_apply[LANGUAGE_NONE][0]['value'];
// echo $offset;
class HijriCalendar
{
// define date adjustments below
const DATE_ADJ = 0;
function monthName($i) // $i = 1..12
{
static $month = array(
"Muharram", "Safar", "Rabi-Ul-Awwal", "Rabi-Uth-Thani",
"Jamaad-Ul-Awwal", "Jamaad-Ul-Akhar", "Rajab", "Shabaan",
"Ramadhan", "Shawal", "Zil-Qad", "Zil-Hajj"
);
return $month[$i-1];
}
function GregorianToHijri($time = null)
{
global $offset;
// if($time === null) $time = time() + (self::DATE_ADJ * 24 * 3600);
if($time === null) $time = time() + ($offset * 24 * 3600);
$m = date('m', $time);
$d = date('d', $time);
$y = date('Y', $time);
return HijriCalendar::JDToHijri(
cal_to_jd(CAL_GREGORIAN, $m, $d, $y));
}
function HijriToGregorian($m, $d, $y)
{
return jd_to_cal(CAL_GREGORIAN,
HijriCalendar::HijriToJD($m, $d, $y));
}
# Julian Day Count To Hijri
function JDToHijri($jd)
{
$jd = $jd - 1948440 + 10632;
$n = (int)(($jd - 1) / 10631);
$jd = $jd - 10631 * $n + 354;
$j = ((int)((10985 - $jd) / 5316)) *
((int)(50 * $jd / 17719)) +
((int)($jd / 5670)) *
((int)(43 * $jd / 15238));
$jd = $jd - ((int)((30 - $j) / 15)) *
((int)((17719 * $j) / 50)) -
((int)($j / 16)) *
((int)((15238 * $j) / 43)) + 29;
$m = (int)(24 * $jd / 709);
$d = $jd - (int)(709 * $m / 24);
$y = 30*$n + $j - 30;
return array($m, $d, $y);
}
# Hijri To Julian Day Count
function HijriToJD($m, $d, $y)
{
return (int)((11 * $y + 3) / 30) +
354 * $y + 30 * $m -
(int)(($m - 1) / 2) + $d + 1948440 - 385;
}
};
$hijri = HijriCalendar::GregorianToHijri( );
?>
VACANCY: Transformation Manager
Updated on 12 March 2018
Transformation Manager Job Description by worldfedksimc on Scribd
Related News
As 2014 comes to an end and we take stock of our affairs, it is a time to be grateful for all that Allah (SWT) has blessed us with and also a time to consider those who have been less fortunate than us.
A visit was made to Bilal Muslim Mission of Tanzania – Tanga Branch on Wednesday, 29th October, 2014 (4th Muharram 1436 AH). The visit was led by the Chairman of Africa Federation, Alhaj Anwarali Dharamsi who was accompanied by AFED Hon. Secretary, Alhaj Aunali Khalfan and the Central Bilal Board Chairman (CBB), Alhaj Mohsin Lalji (popularly known as Sheni).