SP.List.lastItemModifiedDate Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets a value that specifies the last time a list item, field, or property of the list was modified.
var value = SP.List.get_lastItemModifiedDate();
Property Value
Type: DateTime
Applies To
Remarks
It must return Created if the list has not been modified.