예제 #1
0
파일: Date.php 프로젝트: Samshal/xsl
 /**
  * @return XsDate
  */
 public static function currentDate()
 {
     return XsDate::now();
 }