Initially, I have installed the Token module and created a Views block containing years.
I want to filter out the current year from the block (it should not show the current year).
In filter criteria, I have changed content:year ([current-date:custom:Y]), but it is not filtering the current year, and it is showing as follows:
- 2013(3)
- 2014(5)
- 2015(6)
- 2016(2)
I am expecting the output to be as follows:
- 2013(3)
- 2014(5)
- 2015(6)
How can I achieve this? Any help is greatly appreciated.