dateformat rendering interference

Author: AdspectusCreated Apr 4, 2026Updated Apr 4, 2026
Labelsbug

What happened?

When using a dateformat which starts with a number and a dot like in german where day comes first, the date renders with a greyed out day, as if it is an enumeration. This happens only if using an explicit dateformat() in DQL, not if set in settings.

As seen in the following screenshot, the column "Beginn" is rendered with explicit dateformat, the format of the "Ende" column is the default - which is set also to "DDD t".

Image

Expected is that there is no interference with other styles when using an explicit format which starts with number and dot.

DQL

dataview
TABLE WITHOUT ID dateformat(Beginn,"DDD t"), Ende
FROM csv("Assets/CSVFile.csv")
SORT Beginn

JS

javascript

Dataview Version

0.5.68

Obsidian Version

1.12.7

OS

Linux

Source: blacksmithgu/obsidian-dataview