예제 #1
0
파일: UDateTest.php 프로젝트: pixel418/ubiq
 public function testCheckFormat_notExisting()
 {
     $this->assertFalse(\UDate::checkDate('DD/MM/YYYY', '31/02/2013'));
 }