On Mon, May 12, 2008 at 6:03 AM, Odelya YomTov-Glick <[EMAIL PROTECTED]> wrote:
>  I would like to create a form for the user to insert start day and finish
>  day and display for him blogs from his choice by submit button.
>  Is there a way to do it, with out programming the source?

If you have added a new model object that allows you to get entries
between a start date and an end date, then you should be able to
create a custom page that accepts date parameters. For example:

   
http://localhost:8080/roller/myblog/page/showentries?startDate=YYYYMMDD&endDate=YYYYMMDD

Then you could create a form with some JavaScript that gets the dates
from the user and forms the right URL to do a GET on that showentries
page.

- Dave

Reply via email to