To be able to have our code more internationalized is the reason why we would like this function. Currently we use the format mm/dd/yyyy where other countries use dd/mm/yyyy. We would like to have the month abbreviation so that when the information is pulled directly from the database and then displayed, then the month and the day will be distinguishable.
[EMAIL PROTECTED]
10/10/2005 04:48 To
PM [email protected]
cc
Please respond to Subject
[EMAIL PROTECTED] Re: [sqlite] Formatting the
te.org strftimeFunc function
<[EMAIL PROTECTED]> wrote:
> I am looking to be able to return a string from the function
strftimeFunc()
> where the month can be returned as "MMM" (like "AUG"). Is this a feature
> that could be implemented in SQLITE in the near future?
> Thanks,
> Nicole Hinderman
That is easy enough to do for the english-speaking world. It is
hard to internationalize.
--
D. Richard Hipp <[EMAIL PROTECTED]>

