This is my first, but probably not my last post as I am learning six code in developing my website. I have a site that I have a data repeater on pulling from a database and id like to add a filter on a button click event that shows only data that the creation date was 30 days or newer from that day. Is this possible?
Can you clarify how I could accomplish the same goal, except filtering for the next 30 days? I am a novice when it comes to coding and I took a look at .setFilter() and still am unsure how to implement this code. Thanks