The has field has standard date time search functions in Jira.

Formula (JavaScript): return date

The script must return a numeric representation of the date as a number or string of number for constructor new Date(value) doc.

new Date().getTime()

or for example: 7 days after creation

issue.getCreated().getTime() + 7*24*60*60*1000