MerginMaps/server

Format_Date in Mergin doesn't follow QGIS doc. It saves MMMM instead of MMM

JuanPufleau opened this issue · 1 comments

Format_Date in Mergin doesn't follow QGIS doc.

If you use a format_date( now() ,'d MMM yyyy') (with 3 Ms) in your field widgets, QGIS will store it as:

MMM | the abbreviated localized month name (e.g. ‘Jan’ to ‘Dec’)

as described in
https://docs.qgis.org/3.28/en/docs/user_manual/expressions/functions_list.html#format-date

However, Mergin Maps stores it as the long localized month name (e.g. ‘January’ to ‘December’), as if you had configured it as:
format_date( now() ,'d MMMM yyyy') (4 Ms)

Hi @JuanPufleau , this looks like issue with the mobile app. Can you please recreate it in https://github.com/MerginMaps/input/issues in that case? Thanks