Knowledge Base Article

My dotProject calendar is not working properly

In case your dotProject application is displaying incorrect days of the week, you can easily resolve the issue by editing the following file:

dotProject_directory/lib/PEAR/Date/Calc.php

Find the line:

$output .= Date_Calc::getWeekdayAbbrname($day,$month,$year);

and replace it with:

$output .= Date_Calc::getWeekdayAbbrname($day,$month,$year + 8);



Rating

Please indicate if this article was helpful for you.

rating :  4.4 from 5
views :  1490
votes :  11

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!