jaws-project / jaws

Jaws is a Web Application Framework and Content Management System for building dynamic web sites.
htt://jaws-project.com
39 stars 17 forks source link

wrong week_day calculation on GregorianToJalali() function #48

Closed mkhahani closed 11 years ago

mkhahani commented 11 years ago

Jaws/Date/Jalali.php:GregorianToJalali()

On some custom dates, the $jalali_wday variable is set to -1.

To reproduce set these values in the beginning of the function:

$year = 2013;
$month = 3;
$day = 21;