> Op Saterdag 2008-03-01 skryf Sven Herzberg:
>> Hi guys,
>>
>> I'm currently working on a calendar-like application and want to display
>> a string for the day like "1st", "2nd", "3rd", "4th". The string has to
>> stand alone, so please don't try to convince me about using
>> strftime(3).
>>
>> No
Op Saterdag 2008-03-01 skryf Sven Herzberg:
> Hi guys,
>
> I'm currently working on a calendar-like application and want to display
> a string for the day like "1st", "2nd", "3rd", "4th". The string has to
> stand alone, so please don't try to convince me about using
> strftime(3).
>
> Now my qu
Hi guys,
I'm currently working on a calendar-like application and want to display
a string for the day like "1st", "2nd", "3rd", "4th". The string has to
stand alone, so please don't try to convince me about using
strftime(3).
Now my question: is there a properly usable way of doing this? (I thi