Question:
 List all tiddlers modified on Wednesdays in 2014

<$vars pattern="^2014" day="Wed">
<$list filter="[regexp:modified<pattern>]">
<$wikify name=wday text="""<$view field=modified format=date 
template="ddd"/>""" >

<pre><$text text=<<wday>> /></pre>

<$list filter="[<wday>regexp[Wed]]" emptyMessage="error" variable=ignore>
<<currentTiddler>><br>
<$view field=modified format=date template="ddd 0dd, mmm YYYY"/><br>
</$list>

</$wikify>

</$list>
</$vars>

If wikify works correctly it should return Fri Wed and other modified day!


In tiddlywiki.com create a new tiddler and  Paste the above code 

see the wrong result!


What is the problem?

--Mohammad

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b092a66-7d06-4c0a-b491-b22352d70b3e%40googlegroups.com.

Reply via email to