Writing to ask about the hard coded date format used in the 'Search' module. For example, I'm trying to filter search results for projects that were entered after January 1st, 2023.

I've tried using the formatDate function to test this, but it doesn't seem to be working.
Also, in the date functions we have an option for 'now', but I'm looking for 'today'. Is there a built-in function or method that I can use for this?