<div class="gmail_quote">On Thu, Jan 29, 2009 at 2:45 AM, none &lt; <span dir="ltr">&lt;<a href="mailto:bergwitz@gmail.com">bergwitz@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If the code worked on Peter Bowers wiki, why won&#39;t it work on ours. Can<br>
somebody else test to see if it&#39;s work. Maybe there&#39;s something wrong<br>
with our setup somehow?<br>
</blockquote><div><br>Try this:<br><br>===(snip)===<br><br>nowyyyymmdd:{(ftime %Y%m%d)}<br>(:pagelist name=Test.? if=&quot;date {*$:nowyyyymmdd}.. {=$:Timestamp}&quot;&nbsp; $:Timestamp=-:)<br><br>(:pagelist name=Test.? if=&quot;date {(ftime %Y%m%d)}.. {=$:Timestamp}&quot; $:Timestamp=-:)<br>
<br>(:pagelist name=Test.? if=&#39;date ..{=$:Timestamp}&#39; $:Timestamp=-:)<br><br>===(snip)===<br><br>Previously I was using a &quot;name=Test.[A-D]&quot; to limit my pagelist processing to just the 4 files I had set $:Timestamp on.&nbsp; When I broadened it to include pages without that PTV set then my pagelist also included those pages.&nbsp; Now you&#39;ll note in each of the examples above that I&#39;ve included the &quot;$:Timestamp=-&quot; to get rid of pages without a $:Timestamp.<br>
<br>Note that Patrick&#39;s solution, the 3rd one above, is the only one that properly handles &quot;recognizable dates&quot;.&nbsp; The others recognize only a limited set of formats such as 2009-01-29 or 01/29/2009 but not &quot;January 29, 2009&quot; in the PTV.<br>
<br>-Peter<br></div></div>