<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 16, 2009, at 9:15 PM, Randy Brown wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Vince,</div><div><br></div><div>I can imagine that something like (:pagelist if="date {2009-09-16} {=$Title}" :) might translate my title into a date that I could test for equality to one desired date, but how would I specify a <b>range</b> of dates?</div></div></blockquote><div><br></div>Randy,</div><div>What I use in a template is:</div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 16px; white-space: pre-wrap; "> if="date {$$from}..{$$until} {=$:Date_of_Entry}" :)</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="4"><span class="Apple-style-span" style="font-size: 16px; white-space: pre-wrap;">The $$variable is filled in from the form. It does work.  The Date_of_Entry is a ptv.</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="4"><span class="Apple-style-span" style="font-size: 16px; white-space: pre-wrap;">       Vince</span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="4"><span class="Apple-style-span" style="font-size: 16px; white-space: pre-wrap;"><br></span></font><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div><div>Randy</div><br><div><div>On Sep 16, 2009, at 7:57 PM, Vince Administration wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 16, 2009, at 8:16 PM, Randy Brown wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Simon,</div><div><br></div>Thanks for the suggestion. Unfortunately match reg_expression returns true if current page <b>name</b> matches the regular expression - but I want to test the value of page <b>title</b>.<div><br></div><div>Randy<br></div></div></blockquote>Randy,</div><div>You might try if=date. You can use the $title variable in this.</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;Vince</div></div></blockquote></div><br></div></blockquote></div><br></body></html>