Hi, 
Try this

<$list filter="[all[tiddlers]!is[system]] 
:filter[get[modified]compare:string:gt[20210423]compare:string:lt[202105]]"><$link
 
/><br></$list>

[all[tiddlers]!is[system]] ... gives you all tiddlers 
:filter[ ... uses a subfilter run that is used to limit the results, but it 
will give back the titles instead of the modified field.
get[modified] ... reads the modified field
compare:string:gt[20210423] ... Will give _all_ tiddlers that have been 
created after April 23 this year
compare:string:lt[202105] ... Will give you all tiddlers that have been 
created befroe May this year. 
] ... closes the :filter[ 

hope that helps
mario

On Monday, May 17, 2021 at 10:53:02 AM UTC+2 Jon wrote:

> Hi,
>
> I've got this to list tiddlers modified on this date:
>
> <$list filter="[field:modified/^20210517/!is[system]]">
>
> What do I need to give a list between two dates?
>
> Thanks
> Jon
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8667fe0-1429-4764-bb8f-4f2d566e54adn%40googlegroups.com.

Reply via email to