SharePoint is loaded with less readable datetime values, so I searched for some nice Livestamp integration. Unfortunately I couldn't find a ready-to-roll, packaged solution and since I think some neat integration could be useful, I decided to build one.
It's a custom field for SharePoint 2010. When the solution is deployed there's an option to create a Livestamp column in your lists. When creating a new column you need to select a related date column. If the date column holds a date or datetime value, the Livestamp column will render the related, auto-updating, timeago text.Solution package and source code are available at Codeplex.
v0.1.1:
- Added support for Calculated and Lookup columns with DateTime output
- Sorted column selection (alphabetically)
v0.1.0:
- Initial release