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? -- Tatsuya Noyori (^o^)/
