There is no function in the jar from which we can filter the merge request based on date.
But in GitLab API https://docs.gitlab.com/ee/api/merge_requests.html we can filter based on created_after or created_before or updated_after or updated_before.
How can we filter the merge request based on date wise?