Hello,
Here is my project:
I'm creating a publications list blog.
Each publication is created through a content type in which there is a calendar field to manage the publication date (which is not necessarily the article publication date).
I would like my publications list blog is order by publication date (the most recent publication on top).
And I would like to display on top of my publications list, a search form with a simple select field in wich there are the publication years only (I don't want to display the calendar field).
I'm suspecting that I must use a simple dynamic Seblod field to fetch the values stored by the calendar field and make some processing to extract only the year.
Could someone give me some advices on how to make this.
Regards