Get item created date in Sitecore

.net, c#, content-management-system, sitecore

Solution

Yes. `Sitecore.Context.Item.Statistics.Created`. This returns the item's created date as a `DateTime` object.

Problem

Is there anyway we can get an item's created date programmatically under the Statistics section? Thanks.

Original source