public function testIsPast2()
 {
     $dt = new DateTimeObject('01.01.2002');
     $this->assertTrue($dt->isPast());
 }