Drupal Views 如何过滤与日期范围重叠的项目
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该启用日期模块,并使用特定于日期的过滤。它比让 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.