Hello, I tried searching the forums for an answer to my problem, but I can't seem to find a good solution.
I have a normal calendar set up, and I would like to filter out all Nodes with a post date that is on or before a few days ago. Under filters for the calendar, I put a filter that looks like this: Node: Post date <= 2010-08-20 11:59:59, but this doesn't seem to do anything, my calendar still shows every Node that I have ever published. Any idea why nothing is happening?
On another note, I'm actually not sure what's going on when I try to edit the calendar. Every time I change a filter, I am forwarded to a page with a bunch of code. Am I supposed to do something with this?
Thank you for your help. I'm so close to finishing my site! It's just this calendar filter stuff is driving me nuts :(
Comments
The inequality is backwards
I may not understand how you have that set up, but it seems to me it should be Node: Post date >= 2010-08-20 11:59:59 to show all the nodes that were created since 2010-08-20.