-
Hello, How can I display time in 24-hour format instead AM/PM?
btw. dataview is the great obsidian plugin, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
AB1908
Jul 19, 2022
Replies: 1 comment 1 reply
-
You should be able to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
karolszk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use
dateformat(file.mtime, "HHmmss")
with the correct Luxon tokens to achieve this.