You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two properties, called updated and created which are both dates. If I use the function dateformat(updated, "dd MMM yy") then for most dates it shows a three character month name, for example Jan, Feb, Mar
EXCECPT FOR September where it shows Sept instead of the expected Sep
DQL
table dateformat(updated, "dd MMM yy") as "Updated", dateformat(created, "dd MMM yy") as "Created"
from #🌾
sort updated desc
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.7.6
OS
Windows
The text was updated successfully, but these errors were encountered:
What happened?
I have two properties, called updated and created which are both dates. If I use the function dateformat(updated, "dd MMM yy") then for most dates it shows a three character month name, for example Jan, Feb, Mar
EXCECPT FOR September where it shows Sept instead of the expected Sep
DQL
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.7.6
OS
Windows
The text was updated successfully, but these errors were encountered: