internationalization - Python/Babel: Get locale-specific ordering of day, month and year? -
internationalization - Python/Babel: Get locale-specific ordering of day, month and year? -
is there way day, month , year order locale in babel? display 3 input fields date on web page, , order right based on user's preferred language.
i know there locale.date_formats, parsing date format strings determine order seems unreliable.
i think have parse date formats – that's similar how cldr info represents "order" of date components.
python internationalization babel
Comments
Post a Comment