When looking at results in item search, there are filters at the top of each column. For columns containing dates, the filter always searches on ISO format (YYYY-MM-DD), but the data will display following the DateFormat system preference. So your item may show a value of "12/12/2024," but it won't be shown in your results if you enter "12/12/2024" as a filter, only if you enter "2024-12-12" We could put a datepicker on the filter search field?
We could, but there is a downside: You can't do a truncated search with the date widget. Right now you can probably enter just the year or year and month in ISO format.
(In reply to Katrin Fischer from comment #1) > We could, but there is a downside: You can't do a truncated search with the > date widget. Right now you can probably enter just the year or year and > month in ISO format. Good point! You're correct that currently you can enter something like "2024-12" to get everything in December 2024, or "-12-" to get everything in any December.