public function testisddmmyyyyformattedWithNonddmmyyyyString()
 {
     $this->assertFalse(DateHelper::isddmmyyyyFormatted('30 oct 2011'));
 }