Hi,
Look into the file, config.php, in the root of the FA installation
About line 132 you will the following lines:
/* Date systems. 0 = traditional, 1 = Jalali used by Iran, nabour countries, Afghanistan and some other Central Asian nations,
2 = Islamic used by other arabic nations. 3 = traditional, but where non-workday is Friday and start of week is Saturday */
$date_system = 0;Set the $date_system = 1;
This will implement the Jalali calender ![]()
/Joe
