Fix date formatting
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 26 May 2010 08:26:02 +0000 (10:26 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 26 May 2010 08:28:00 +0000 (10:28 +0200)
commitef815e754cee390b7503d848cf753f0cef328d6b
tree2c97fcff7613bcbb25a0719d72265729aaa83774
parentbf0ebb51d77a061ae970a1303c6b1a6f614ef86b
Fix date formatting

PHP has a libc-like formatting, which support only dates between 1901 and
2038 ; and another one, which doesn't support that formatting...

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/misc.inc.php
plugins/modifier.date_format.php