Odd thing in Django: the date filter takes PHP as reference instead of Python
Mon, Nov 30, 2009,
100 Words
I wonder what possible explanation there is for the behaviour of the date template filter.
Uses the same format as PHP's date() function (http://php.net/date) with some custom extensions.
I understand where Django comes from, but I think this sort of things should be more aligned with the rest of the Python world.