Drupal Views 如何过滤与日期范围重叠的项目

发布于 2024-09-04 15:50:30 字数 177 浏览 3 评论 0原文

在 Drupal 中,我使用 CCK 将日期时间字段添加到我的自定义数据类型中。它插入开始日期和结束日期字段。这就是我想要的。现在,我希望视图过滤并仅显示日期范围(开始日期和结束日期)与今天日期重叠的项目。关于如何在视图上设置它有什么想法吗?我认为奇怪的是,当我尝试添加过滤器时,自定义内容类型的日期字段似乎没有出现在“视图”列表中。谢谢。

in Drupal I have used CCK to add a datetime field to my custom data type. It inserts start date and end date fields. That is what I want. Now, I want Views to filter and show only the items that have the daterange (start date and end date) overlapping today's date. Any ideas on how to set it up on Views? What I think is strange is that the date fields of my custom content type don't seem to appear on the Views list when I am trying to add a filter. Thanks.

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

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

发布评论

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

评论(1

杀お生予夺 2024-09-11 15:50:30

您应该启用日期模块,并使用特定于日期的过滤。它比让 CCK Date 工作对您来说要容易得多。

You should enable the Date module, and use the Date specific filtering. It will work much easier for you than getting CCK Date to work.

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