It is absolutely true that SQLite is focused on functionality that belongs to the data storage layer, and NOT on functionality that belongs to the user interface, for example, formatting dates with month names, etc. I highly recommend you take this as a very useful hint to keep each type of functionality in its own layer! -).
If you are absolutely interested in improper use of the user interface functions at the data storage level, this can be somewhat wired, for example. having written my own formatting functions in C and plugging them into SQLite or having done incredibly awkward SQL algorithms, but I canβt imagine ANY use case where it would be worth the trouble.
Alex martelli
source share