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.
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.