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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I was trying formatDate for testing purpose. Something like this..
Views
Replies
Total Likes
parseDate worked for me