@Created= date1 – date2
Type: Agent

First paragraph: start date. Second paragraph: end date. Here, you use the text field to create a range.
Actual name: agentCreatedRange
Finds all notes inside BlogTopNote created between date1 and date2. Make date1 and date2 the first two paragraphs in your note.
Query only
($Created>=$Text(agent).split("\n").at(0)) & ($Created<=$Text(agent).split("\n").at(1))
Thus if you type this:

To find all notes created between June 8th and June 9th, type this.
… the result will be this:

Notice the agent’s nice display expression again.
This agent’s custom display expression comes from c_agentCreatedRange_DE:
Display expression
(if($AgentPriority!=-1){"@"}else{"• "}) + "Created= " + firstWord($Text).split("/").at(0) + "/" + firstWord($Text).split("/").at(1) + " - " + lastWord($Text).split("/").at(0) + "/" + lastWord($Text).split("/").at(1) + " [" + $ChildCount + "]"