WAIT: Query filter datepicker locale & format problems

Bricks 1.12.2

I try to use the date query filter with locale “fr” (setting fr in element options) but the datepicker throws an error (Invalid date provided: mars 9, 2025).

I’m also trying to use a different date format (d M Y) but also have problems doing this (with or without using fr locale).

Any help on this ?

Hello @mvuidev,

can you show me how to reproduce the issue? I’ve tested by setting language to fr, but I can’t see any error in console.

Let me know please.
Matej

Hi @Matej ,

There is a problem when I set the locale to “fr” and I change the date format, for example : d M Y.
Say I select 3 mars 2025 and I submit the form, the date in the input is updated to 3 janvier 2025 (but the url param is correct : 2025-03-03).

Am I clear enough ? Or need more info ?

Hi @mvuidev,

thank you. I was able to reproduce the issue and I’ve added it to the bug tracker.

Can you just also me know how/where you changed the date format, just to confirm something.

Thanks