public function testGetDefaultValue()
 {
     $this->assertEquals(date('d/m/Y', strtotime('Last Monday')), $this->txtDate->getDefaultValue());
 }