On Jan 21, 2008 8:05 AM, Tatsuya Noyori <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I would like to get entries in my template page by using timestamp
> constraints like the following.
>
> $site method
> Pager getWeblogEntriesPager(Weblog weblog, User user, String tag,
> Timestamp startPublished, Timestamp endPublished)
> Pager getWeblogEntriesPager(Weblog weblog, User user, String tag,
> Timestamp startUpdated, Timestamp endUpdated)
> Pager getWeblogEntriesPager(Weblog weblog, User user, String tag,
> Timestamp startPublished, Timestamp endPublished, Timestamp
> startUpdated, Timestamp endUpdated)
>
> Can I get entries by using start/end timestamp constraints?

No, we do not have a Model object that support those methods.

- Dave

Reply via email to