OK, so I would like to to filter tiddlers created between 2 dates and you suggested this as a solution:
<$list filter="[field:created/^20140(2|301)/]"> and gave the explanation below: ^ : Start of the text 2014 : Match "2014" - The year 0 : Match "0" - The first digit of the month ( : this starts a group 2 : this matches a "2" as the second digit of the month | : Alternative, so either match the "2" or 3 : Mathch "3" as the second digit of the month 01 : If the 3 matched, also match "01" for the day ) : End of the grouping My understanding of the penultimate line is that 01 will will match the 1st day of the month and will therefore filter the results from the 1st Feb.14 to 1st March 14. What I am finding is that 01, or any other number, doesn't appear to alter the results. Is it because I don't like fish? On Sunday, 2 March 2014 12:00:43 UTC, Stephan Hradek wrote: > > As I said: try to understand my explanation and ask specific questions > about what's unclear. I think others would learn from that too. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

