Milad Reyhani

Results 2 issues of Milad Reyhani

Added four new functions. Unfortunately I don't have time to add test right now.

please add these functions(if you don't have better solution): public function addyear($j_y, $j_m, $j_d, $add_y) { $gdate = $this->toGregorian($j_y, $j_m, $j_d); $gdate[0]+=$add_y; return $this->toJalali($gdate[0], $gdate[1], $gdate[2]); } ``` public function...