mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
520 stars 27 forks source link

FileClass Table View sorting is incorrect when sorted by date. #586

Open RaviVanam opened 7 months ago

RaviVanam commented 7 months ago

image

mdelobelle commented 7 months ago

Hi. I guess that date Format isn't properly parsed by MDM or Dataview. What's the date format definition for this field?

RaviVanam commented 7 months ago

The date format was like this, (YYYY-MM-DD)

example from one of the note

Created: 2024-02-16T16:22

ljmill commented 5 months ago

Sorting by date seems to fail when I include a dash in my date format (YYYY-MM-DD). It begins to work when I substitute the dash for a different character (YYYY/MM/DD or YYYY_MM_DD).