Views Date Range Issue Queue
Move to the Date 2 API
Posted July 16th, 2008 by douggreenI guess this has to be a question, first. Are you working on integrating Daterange with the Date 2 API?
Upgrade to Drupal 6?
Posted July 14th, 2008 by douggreenIs this module going to updated to work with Drupal 6?
Thanks!
Add option for selection by month, e.g., thismonth
Posted May 10th, 2008 by douggreenIn conjunction with the Views Group-By Pack, I'd like to be able to filter nodes on month boundaries relative to the current date. For example, if showing "future" events I'd like them to be after the first of the current month so the actual nodes listed would correspond with the implied monthly grouping.
Date/Time accuracy
Posted April 8th, 2008 by douggreenHi all,
I'm not sure whether this is a bug or I misconfig something. I tried to use DateRange filter together with CCK date field.
The version number of the modules are:
CCK 1.5
Date 1.8
Date API 1.8
Views 1.6
Date Range 1.7
Multiple Dates
Posted March 13th, 2008 by douggreenWhen creating a page view of teasers of a CCK content type of nodes that have multiple dates in the date field,
When a using the custom date range to filter nodes that have multiple dates, the node is listed multiple times (once for each date).
Disabling input fields for jscalendar only
Posted March 9th, 2008 by douggreenWith reference to my previous question, http://drupal.org/node/232068, is there some way to use some CSS or some other code to disable the input box so that only jscalendar can enter the dates there.
That would be a quick and foolproof solution to the problem.
Handling of date formats - d/m/Y and Y-m-d
Posted March 9th, 2008 by douggreenUK dates are normally DD/MM/YYYY so I set a date value in entering the CCK to d/m/Y. However when I do a filter unless dates are entered in Y-m-d format the filtering fails.
I changed the code in the js and the module to use d/m/Y format and still the search fails.
CCK Date Title Arguments and Sorting not working
Posted February 21st, 2008 by douggreenHere's my setup:
1. Created CCK node with "graduation field" as date field type of year granularity.
2. Create view with graduation field as an argument
3. Select summary sorted by descending
4. In title, enter "Graduates of %1"
SQL error if date field set to multiple values
Posted January 6th, 2008 by douggreenHi.
I'm filtering a view making use of the daterange.module. The filter is defined as:
Custom date range: between 'today' and 'today+100'
I've tried to change the filtered date field to have multiple values, but then I get the following error instead of having the right view:
Check end date
Posted December 24th, 2007 by douggreenI found strange that this module doesn't check for the "to date" field.
For example, if I have a node with a date field, with "from date" = 20/12/2007 and "to date" = 27/12/2007, and I set a filter on that field with a range from 21/12 to 22/12, that node is not shown.