hi @ashok-tech
You can try something like the below sample query which will get all the pages under specified path that are modified in the specific date range using predicate named "daterange".
path=/content/my-project/en
type=cq:Page
daterange.property=jcr:content/cq:lastModified
daterange.lowerBound=2022-08-10
daterange.upperBound=2022-08-20
p.limit=-1
More options about this predicate can be find here,
https://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/query-builder/quer...