The $ts
returned is correct but the $moyr
is returning September 2014
$cal_date = gregoriantojd(10, 1, 2014);
$ts = jdtounix($cal_date);
$moyr = date("F Y", $ts);
echo $moyr;
The $ts
returned is correct but the $moyr
is returning September 2014
$cal_date = gregoriantojd(10, 1, 2014);
$ts = jdtounix($cal_date);
$moyr = date("F Y", $ts);
echo $moyr;