AEM Query date range
I have a query as below:
type=cq:Page
path=/content/ciandtamericaspartnersandboxprogram
tagid=astellas-news:press-releases
tagid.property=jcr:content/cq:tags
property=jcr:content/releaseTime
property.value=2023-10-09T13:44:00.000+08:00
p.limit=-1

and I want to find all pages under a certain year or month based on releaseTime, Can you help how I need to modify the query ?
Best regards!