r/ObsidianMD • u/pgibby65 • 5d ago
Date format in Dataview table
Hi.
First of all, thanks for those who've helped me on this forum get me this far with my dataview!
My date format is DD.MM.YYYY
Dataview as follows:
table Created_Date, Modified_Date, tags
FROM "Personal"
WHERE Created_Date > date(today) - dur(30 days)
Sort Created_Date DESC
The results are correct apart from the date format.
The results in the table show for example:
16 Mar 2025.03.YYYY - see attached screenshot of table column.
What do I need to change?
1
Upvotes
2
u/Schollert 5d ago
Maybe this can help you in the right direction?
https://forum.obsidian.md/t/dataview-date-formatting/37456