私はほとんどこれを持っています
$this->fecha = '2013 05-05 05:55:05'
$yearvalue = date("Y", strtotime($this->fecha) );
$monthname = date("F", strtotime($this->fecha) );
$dayvalue = date("d", strtotime($this->fecha) );
$printFecha = "$dayvalue of $monthname $yearvalue";
2013 年 5 月の 5 を出力するもの
曜日の名前を取得するにはどうすればよいですか?