Sort by different date format types #1985
Unanswered
RayMacLewis
asked this question in
Q&A
Replies: 0 comments
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.
-
Hey!
I am using Dataview to sort for action notes like this, which works perfectly fine:
I have formatted my date strings like this:
Now I would like to use a mix of different date formats like this:
I would like
2023-07-08
to be interpreted as2023-07-08-000000
.When I start adding action note with the long format, Dataview cannot handle them together with the short format so I think I need to parse the date-strings and then sorting them.
I also want to use filters like this:
Any ideas on how to do that?
Thanks
Ray
Beta Was this translation helpful? Give feedback.
All reactions