如何在视图中添加表单

发布于 2024-12-07 08:08:15 字数 133 浏览 0 评论 0原文

我创建了一个显示用户详细信息的视图,我想按日期显示此视图。 我想创建一个开始日期和结束日期(2011年1月1日到2011年2月25日),然后单击提交。仅显示1月1日至2月25日期间加入的用户。 是否无法在视图中执行此操作,如果可以,请告诉我其他方法。

I created a views showing user details, and i would like to show this views by date-wise.
I want to create a starting date and ending date (January 1 2011 to February 25 2011), then click submit. It show only the user join between January 1 to February 25.
Is it not possible to do in views, if so please tell me the other methods to do.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风筝在阴天搁浅。 2024-12-14 08:08:15

为此,您可以使用视图中的过滤器区域。您选择用户加入日期作为过滤器,然后单击公开按钮。然后在广播列表中选择一个显示“”之类的内容的广播。然后您应该有一个表单,您可以在其中为页面上的用户选择开始和结束日期。

For this you can use the Filter area in views. You select the User Join date as a filter, then you click the Expose button. Then in the radio list choose the one where it says something like "is between". Then you should have a form where you can select a start and end date for the users on the page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文