SQL objects created date or modified date.
SELECT name, create_date, modify_dateFROM sys.objectsWHERE type = 'P'-- give the type as required