I am trying to create some Issue Filters in JIRA based on CreateDate.
CreateDate
The only date/time function I can find is Now() and searches relative to
Now()
Check out startOfDay([offset]). That gets what you are looking for without the pesky time constraints and its built in as of 4.3.x. It also has variants like endOfDay, startOfWeek, startOfMonth, etc.