Check if the query posted at this link works. Seems to get me what I want with respect to an index creation date
http://www.sqlpanda.com/2013/10/how-to-check-index-creation-date.html
SELECT object_name(i.object_id) as TableName, i.object_id, i.name,...