Add to DateFormats 'D M d H:i:s Y T' (closes #5830)

DateFormat seen on the web
This commit is contained in:
Xavier REN 2012-10-25 09:42:36 +03:00 committed by Fabien Potencier
parent 1fddce4b6e
commit 20898e53a6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class Cookie
'D, d-M-y H:i:s T',
'D, d-M-Y H:i:s T',
'D M j G:i:s Y',
'D M d H:i:s Y T',
);
protected $name;