Hello,
I have a view in which, the user wants an action inserted which would allow him to enter start and end dates and based on the dates mentioned, I need to select and display the documents which have a date field (say date_created) which falls in between the start and end dates input by the user. How do I achieve this functionality? The docs which fall in between the start and end dates mentioned need to be displayed in the same view.
Thanks in advance.