I found a good approach here:
https://groups.google.com/forum/#!searchin/tiddlywiki/dates$20filter/tiddlywiki/8Y_ryO64aqM/uVsaxrJ8OP0J
The example given at that post was not working when it was published but
works now.
The problem is while using a field other than creation field. Seems like
the sameday filter gets confused.
Here is how I'm listing the tiddlers:
<$list filter="[all[tiddlers]each[gtd_date]]">
<div class="tc-menu-list-item">
//<$view field="gtd_date"/>//
<$list filter="[sameday:gtd_date{!!gtd_date}]">
<div class="tc-menu-list-subitem">
<$view field="title"/>
</div>
</$list>
</div>
</$list>
If I use the same date format for all the tiddlers, it does not work. If I
use different date formats for different tiddlers it only shows some of
them.
El martes, 30 de septiembre de 2014 14:35:20 UTC+2, Danielo Rodríguez
escribió:
>
> Hello
>
> I have a couple of questions regarding TW5 and managin dates.
>
> I made some experiments with the sameday operator, and I realized that I
> can use it with any field. But it only seems to work with dates formatted
> as follow: Sep 30 2014. Is there any other way I can manage this? I will
> fill the used field automatically, but I want to know how.
>
> Other similar question: Is there any filter operator to show tiddlers only
> up to a certain date? Let's say, all the tiddlers which gtd_date field is
> older than current day. As far as I know there are no "greater than" or
> "less than" filter operators.
>
> Thanks in advance.
>
--
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/d/optout.