Invalid date range when choosing to display DD/MM/YYYY instead of YYYY/MM/DD

Hello,

* Describe the bug

Incorrect date range value when choosing to display DD/MM/YYYY instead of YYYY/MM/DD; it reverses the days and months when selecting.

* Environment

  • NocoBase version:

v2.0.0-alpha.62

  • Database type and version:

postgres psql (PostgreSQL) 16.3 (Debian 16.3-1.pgdg120+1)

  • OS: MacOS Monterey 12.2.1

* How To Reproduce

Create a date range field with the setting DD/MM/YYYY in a view. Add the field and make a selection in the date range. The values that will be used will not be correct.

Expected behavior

the operation should be the same as with MM/DD/YYYY

Screenshots

my select 01/05/2026 → 08/01/2026

after click the value are wrong

Thank you in advance

Please upgrade to the latest version and check if the problem persists.