Hey,
a call a rest search service and get my items returned.
But how can i make a readable format from the datetimes?
With the following datetime
Modified 2013-07-06T095000.0000000Z
it is not possible to:
new Date(ctx.CurrentItem.LastModifiedTime).toLocaleString()Has someone a soloution?