The current jql query for created date is :
project = JIR AND issuetype = Bug AND resolution = Unresolved AND created >= 2018-11-23 ORDER BY priority DESC, updated DESC
Is it possible to add one more option to the list that is present in the picture so that the resulting query is like
project = JIR AND issuetype = Bug AND resolution = Unresolved AND created = 2018-11-23 ORDER BY priority DESC, updated DESC