I would like to be able to pass a date to a view via the url and for the view to show me all nodes created updated since that date. I can create a contextual filter to filter on the date passed by the url but i need to be able to use a greater than operator.
Any help?
Comments
Comment #1
col_edinburgh commentedJust discovered i can use -- in the url to send from-to dates.
i.e 20121210--20121213 will show posts updated from between 10 Dec 2012 and 13 Dec 2012
also can send hour
i.e 2012121310--2012121311 will show posts updated from between 10am - 11am on the 13 Dec 2012
doesn't seem to work with hour an minute though. Still good enough for my purposes
Comment #3
vipinv commentedI have the same issue, help me out..
Comment #4
charubachi commentedI have the same issue please let me know