April 24, 200124 yr I want a script to tell me if a date field is less than 2 years older than the current date. I've tried a few things and can get a year to work but it's not a full 2 year difference. It just checks the year so it could be 1 year and 1 month and not a whole year. All help appreciated! nati
April 24, 200124 yr You don't need a script to do it. I think the trick you're looking for is found by adding 729 to Status(CurrentDate). Status(CurrentDate) is actually a count of days (since 0/0/0000). You can use this in a calculation field or to paste in a date field to search on (ie in a script). HTH
Create an account or sign in to comment