Re: [sqlite] Formatting the strftimeFunc function

2005-10-11 Thread P Kishor
--- [EMAIL PROTECTED] wrote: > 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/ where > other countries use dd/mm/. We would like to > have the month > abbreviation so that when the information is

Re: [sqlite] Formatting the strftimeFunc function

2005-10-11 Thread njhinder
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/ where other countries use dd/mm/. We would like to have the month abbreviation so that when the information is pulled directly from the database and then di

[sqlite] Re: - Re: [sqlite] Formatting the strftimeFunc function

2005-10-10 Thread rbundy
| | To: sqlite-users@sqlite.org | | cc: | | Subject: - Re: [sqlite]

Re: [sqlite] Formatting the strftimeFunc function

2005-10-10 Thread drh
<[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