Skip to content

There seems to be a problem with the days[] operator #9376

Description

@pmario

Also see: Discussion at Talk

Test function

\procedure dueit(offset)
filter=[!days:due[<<offset>>]]<br>
<$list filter="[!days:due<offset>]">
<$link/> | {{{[<currentTiddler>get[due]format:date[]] }}}<br>
</$list>
<p/>
\end


<$list filter="[range[-3,-8,-1]]" variable="offset">
<$macrocall $name=dueit offset=<<offset>> />

</$list>

Test data:

title: date 28
due: 20251028000000000
+
title: date 27
due: 20251027000000000
+
title: date 26
due: 20251026000000000
+
title: date 25
due: 20251025000000000
+
title: date 24
due: 20251024000000000
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed, replicable bug

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions