I have a grid that displays some data. The date column in this schema is never null but shows as :
Created :'/Date(1482849165710)/'
I tried this and it does not change anything:
<li><label>Created :</label>'#= kendo.toString(CreatedDateTime, "dd/MM/yyyy") #'</li>
How can I format this date? And is there something else needed?
Thanks,
Reid