コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: martinlindhe/core3
 public function testLocalizedAmerican()
 {
     $this->assertEquals('01/01/2010 10:11:39 PM', \Core3\Present\DateTime::localized('en_US', strtotime('2010-01-01 22:11:39')));
 }