Localized strftime()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sebastjan Trepca

    #1

    Localized strftime()

    Hi!

    I'm trying to get a localized date format from strftime() but it seems
    that is doesn't have any parameters for that or any information about
    this issue in Python docs.

    For example I want to turn this:
    19 Oct, 2005
    to this(slovene language):
    19 Okt, 2005

    Thanks for help, Sebastjan
Working...