I am using Google Custom Search Engine (CSE) to fetch some data for my own application. But now I have to filter the results by some kind of time range, i.e., in 1 hour, 1 day, 1 month, even a custom range of time, just like the sidebar of the original Google search page.
I have found that I can filter the results from now to a specific time by appending the parameter as_qdr=*{h1=1 hour、h2=2 hours、d1、m1 、y1} to the query url. But I don't know how to specify a custom range of time like 2011-1-1 to 2011-1-15.
Does anyone knows how to specify the range of time? Thanks in advance.