LacaK wrote:
> But why not add %y, when it is only 5 lines of source code,

Plus documentation, test cases, etc.

> take into account that %y is supported also by C strftime()
> or PHP etc.

Those languages are not called Clite or PHPlite.

> and it is really useful.

You still haven't mentioned a single example.

The only possible use that I could imagine would be for formatting the
date for display to the user -- but this is *not* what strftime() is
intended for in SQLite.  All strftime() substitutions are zero-padded to
a fixed length so that they can be used easily for sorting and grouping.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to