<li ng-repeat="poll in polls">
<span>{{poll._id.getTimestamp() | date:'shortTime'}}</span>
</li>
Each poll object has an ObjectId like this one: "5629a520f7ca231816cd373e"
How do I convert this to a timestamp within an AngularJS template? The above code is not producing any output.