Added option to handle Jalali and Islamic Calendars
[fa-stable.git] / includes / ui / ui_lists.inc
index f0c268e91e66c98e9295813f260c7e89e7135b91..56290071171182c25d7711149f091a514f937a5e 100644 (file)
@@ -393,6 +393,8 @@ function fiscalyears_list($name, &$selected_id, $submit_on_change=false)
                        $how = _('Active');
                else
                        $how = _('Closed');
+               $row[1] = sql2date($row[1]);    
+               $row[2] = sql2date($row[2]);    
                echo $row[1] . "&nbsp;-&nbsp;" . $row[2] . "&nbsp;&nbsp;" . $how . "</option>\n";
        }