In a SQLite database I have a view with a column strftime(“%d/%m”, dia) AS dm
This formats a date (yyyy-mm-dd) column “dia” as dd/mm.
In the database, view displays ok. But on Base, column displays only d, without padding 0 and following “/mm”!
Any ideas?
Thanks in advance.
LO Base 24.2.7.2
SQLite 3.4.5.1
Driver JDBC 3.49.1.0
Ubuntu 24.04.2