コード例 #1
0
ファイル: DateTimeField.php プロジェクト: phpwax/waxmodel
 public function get()
 {
     return $this->strtotime_reformat(parent::get(), $this->input_format);
 }