Specifying Year for Matches on Feb 29

I have a script that matches dates contained in a PDF; I works perfectly except on Feb 29 in 2008, where it returns Mar 1, 2008.
I match on month and day so it's picking up Feb 29 correctly. But, when I try to use the match, I have no way to specify that the date's year is a leap year. So, the date is incremented one day to Mar 1. (This auto day increment feature was apparently introduced in Version 3.2.2 (Nov 20, 2013) based on reading the release notes: http://www.noodlesoft.com/release_notes.php)
So, how do I get Feb 29 to output as Feb 29 instead of Mar 1? How do I set the year portion of the match variable to a leap year?
Thank you for listening.
- nello
I match on month and day so it's picking up Feb 29 correctly. But, when I try to use the match, I have no way to specify that the date's year is a leap year. So, the date is incremented one day to Mar 1. (This auto day increment feature was apparently introduced in Version 3.2.2 (Nov 20, 2013) based on reading the release notes: http://www.noodlesoft.com/release_notes.php)
So, how do I get Feb 29 to output as Feb 29 instead of Mar 1? How do I set the year portion of the match variable to a leap year?
Thank you for listening.
- nello