Use case or problem
Currently relative()
rounds up, and lacks verbosity. I want it to display like “2 months 19 days 18 hours 40 minutes 24 seconds” vs how it displays now; “3 Months”.
I am using now() - date.relative()
as an example.
Dataview date math = date(today) - date([[2025-07-23]])
will display “2 months, 2 weeks, 5 days ago”
Proposed solution
relative()
should take some type of formatting option. Like `relative(“YYYY MM DDD”)
Current workaround (optional)
Keep using dataview