Closed wfdd closed 8 years ago
It's not impossible with date
, there is an "E" instead of "F" option, which appears to use the genitive (at least for Greek) – for January, it outputs Ιανουαρίου rather than Ιανουάριος.
Alternatively, just use numbers ;)
ah, I missed that. Thanks @dracos.
In most European languages that are not English, when specifying a date, the month is given in the genitive case. To quote Unicode:
This seems impossible to do with Django's
date
filter, which replicates the PHPdate
function, but can be done with PyICU or Babel or anything that might interface with the Unicode CLDR.