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.
相关问题
- convert string to DateTime in C# with EDT at the e
- Jackson to deserialize Joda LocalDate from ISO Dat
- SQL - Convert Time Series Events into On/Off Pairs
- @DateTimeFormat in Spring produces off-by-one day
- Difference between two DateTime objects in minutes
相关文章
- How to truncate seconds in TSQL?
- How to remove seconds from datetime?
- OLS with pandas: datetime index as predictor
- Calculate number of working days in a month [dupli
- How can I convert a OLE Automation Date value to a
- Out of bounds nanosecond timestamp
- How to serialize Xml Date only from DateTime in C#
- Set Date/Time to 00:00:00
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.