How to determine time format from query in frontmatter? #806
Unanswered
ReaderGuy42
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.
-
I have a frontmatter template that includes something like
Total: 7.9h
for tracking books (in this case audiobooks). In a dataview query that includesTotal as "Length"
I then get the output7 hours, 54 minutes, 0 ms
.In principle I like the minutes being there (even though in this case they're likely rounded wrong since I didn't actually input it to that degree of accuracy) but the milliseconds are unnecessary. How do I change this?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions