Re: Localized strftime()

2005-10-23 Thread Sebastjan Trepca
Great, it works, thanks :) On 23/10/05, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > Sebastjan Trepca wrote: > > > 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. > > > > F

Re: Localized strftime()

2005-10-23 Thread Fredrik Lundh
Sebastjan Trepca wrote: > 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 you

Localized strftime()

2005-10-23 Thread Sebastjan Trepca
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 -- http://