public function setToday($day_str) {
   self::$today = new self($day_str);
 }