コード例 #1
0
ファイル: BirthDate.php プロジェクト: mpf-soft/admin-widgets
 public function getValue()
 {
     $parent = parent::getValue();
     return $parent ? $parent : date('Y-m-d', strtotime('-' . $this->defaulAge . ' years'));
 }
コード例 #2
0
 public function getValue()
 {
     return parent::getValue();
 }