コード例 #1
0
ファイル: Date.php プロジェクト: rouffj/timemachine
 public function previous()
 {
     return $this->minus(new Duration(1, TimeUnit::day()));
 }