Replies: 1 comment 2 replies
-
Dataview parses dates in ISO style, meaning YYYY-MM-DD; other date formats are just considered to be regular strings and sorted alphabetically. You can either change your frontmatter dates to use the ISO style, or you can alternatively use luxon |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a query to get my weight entries from my Journal folder, with the following query the dates are not sorted by date, but by alphabet.
My data in a Journal page looks like this
I tried using the dv.date() method to wrap the dates but that is not returning anything
Does anyone know how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions