static function setEnableCalcFutureWeek($bool)
 {
     self::$calc_future_week = $bool;
     return TRUE;
 }