Convert a date format to normal date format like: 12-07-2017
My output is coming like:
/Date(1508896907290)
I am using angular js.
 {{list.DateStamp}}
any solutions??
convert binary format to general format?
I have tried a lot but not working.
      @*{{list.DateStamp | date:"MM/dd/yyyy 'at' h:mma"}}*@
 @*<span class="">{list.DateStamp | date}}</span>*@
 
    