Thanks Stephan!  I got it working nicely for my purpose with one change: 

from 


return (new Date(dateField)) > targetDate;


to


return (new Date($tw.utils.parseDate(dateField))) < targetDate;




On Wednesday, 18 June 2014 04:54:05 UTC+10, Stephan Hradek wrote:
>
> Search for the sameday tiddler and learn from that.
>
> So you need to set the application type and the module type.
>
> Choose an appropriate name.
>
> Save and reload.
>
> If everything worked okay, you should be able to use your new filter.
>
> But with some luck we might have the 4 described filters anyway in 5.0.13.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to