It is very simple. Add a field called "DateCreated" in your database that will store the date the record is created. In your entry form, make the field hidden, and set it to the current date. You can use Perl or JavaScript to do it.
Then you know which record is new (less than xx days).
Jean-Paul