Every year, barely a week after the celebration of Eid, Shias all over the world gather together to remember the tragedy of The Demolition of al-Baqi, a destruction from which this blessed cemetery has never recovered.
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: Marketing Manager
Updated on 12 March 2018
Related News
The World Federation is pleased to announce the launch of our new ebook “Seeking Elevation” - a verse-by-verse commentary of the Du'a 'Ya Aliyyu, Ya Adheem…’ by Shaykh Muhammad Khalfan.
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.