Closed (won't fix)
Project:
Date
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2010 at 17:16 UTC
Updated:
26 Oct 2018 at 03:08 UTC
Jump to comment: Most recent
I've added a date argument to a view and set it to use Node: Updated date.
This is the clause I get added to the views query:
AND ((DATE_FORMAT(FROM_UNIXTIME(node.changed), '%Y-%m-%d\T%H:%i') <= '2009-12-21T23:03' AND DATE_FORMAT(FROM_UNIXTIME(node.changed), '%Y-%m-%d\T%H:%i') >= '2009-12-21T23:03'))
I don't really understand what this is trying to do; moreover, how would one go about getting a range, eg for a view of 'nodes changed in the last month'?
Comments
Comment #1
damienmckennaUnfortunately the Drupal 6 version of the Date module is no longer supported. That said, we appreciate that you took time to work on this issue. Should this request still be relevant for Drupal 7 please feel free to reopen it. Thank you.