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);
You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!