<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have a repeating dates field which shows 12 dates.<br>
    Would like the view to display only the one date that occurs between
    current date and 1 week from current date.<br>
    I've been trying variations with the filter:<br>
    equal to<br>
    greater than or equal to<br>
    less than or equal to<br>
    relative dates of now, today, yesterday +7 and +14 per the <a
      target="_parent"
      href="http://www.php.net/manual/en/datetime.formats.relative.php">More
      examples of relative date formats in the PHP documentation</a>.
    but this documentation has no examples for this type of requirement.<br>
    <br>
    Has anyone successfully done this in drupal 7 and if so may I ask
    how or where I can see some examples please.<br>
    Thanks in advance<br>
    Roger<br>
    <br>
  </body>
</html>