Views Date Range Filter
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!
Commit 119411 by douggreen
Posted June 3rd, 2008 by douggreenAdd 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.
Commit 113208 by douggreen
Posted April 27th, 2008 by douggreenDate/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
Commit 106166 by douggreen
Posted March 16th, 2008 by douggreencommit #106166 by douggreen on DRUPAL-5 - remove author attribution (see http://www.youtube.com/watch?v=ZSFDm3UYkeE)
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.