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 am comparing the number of days between two dates. In the provided DQL snippet, the .days output jumps from 27 to 30 even though I only changed the date by 1 day.
It seems this is because the calculation goes from weeks to month (30 days).
What happened?
I am comparing the number of days between two dates. In the provided DQL snippet, the
.days
output jumps from 27 to 30 even though I only changed the date by 1 day.It seems this is because the calculation goes from weeks to month (30 days).
Is there a better way to write this calculation?
DQL
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.7.4
OS
MacOS
The text was updated successfully, but these errors were encountered: