<div dir="ltr">Hmmm.. Could have sworn I tried that phrase too.. But yes, its works.. Thanks.. :)</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 12 March 2013 16:23,  <span dir="ltr">&lt;<a href="mailto:kenrbnsn@rbnsn.com" target="_blank">kenrbnsn@rbnsn.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 12.03.2013 11:40, Wipe_Out wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I am trying to crate a rule that has a condition so it will only work<br>
&gt; between the last Sunday of March and the last Sunday or November to<br>
&gt; coincide with British Summer Time (BST)..<br>
&gt;<br>
&gt; I have tried things like &quot;march last sunday&quot;, &quot;april last sunday&quot;<br>
&gt; etc. but can&#39;t seem to get the last Sunday of the March..<br>
&gt;<br>
&gt; Anyone have any ideas?<br>
&gt;<br>
&gt; Thanks<br>
<br>
</div></div>echo date(&#39;Y-m-d&#39;,strtotime(&#39;last sunday of march&#39;));<br>
<br>
and<br>
<br>
echo date(&#39;Y-m-d&#39;,strtotime(&#39;last sunday of november&#39;));<br>
<br>
works for me.<br>
<br>
Ken<br>
<span class="HOEnZb"><font color="#888888">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</font></span></blockquote></div><br></div>