I have an existing flat file database that contains a date in three different fields;
is the month (5). What I would like to do is take in those values and compare it to today's date. If that date is within 90 days, execute something. If not, then ignore it. Ultimately the snippet of code functions as a sliding window to check for items within a quarter.
Any suggestions? I don't know where to start when it comes to date manipulation.