예제 #1
0
파일: UDateTest.php 프로젝트: pixel418/ubiq
 protected function _debugIncompleteFormat($humanPattern, $time)
 {
     return \UDate::format('DD/MM/YYYY', \UDate::getTimestampFromFormat($humanPattern, $time));
 }