Bases date sorting broken

What I’m trying to do

I am trying to sort bases table by a yaml field I created for all files named created. It is a date format. I add this field into the bases properties try to sort descending. I see that the sort is broken - see the screenshot.

The 2025-09-01 file should be first in the list, it is the last crated.

I found a possible reason: in the source mode, the first file’s in the base shows created date value as created: "202404301047", the most recent file’s "created: "2025-09-02". Choosing the date with the date picker in the MD view does not set the correct date format in the first file, so that was confusing me.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.