i am getting date with time but i want to remove the time and make the format as 16-oct-2019 instead of 16-10-2019T 00:00:00
<tr ng-repeat="action in Action">
<td>{{ $index + 1 }}</td>
<td id="Td1" runat="server" visible="false">{{action.sId}}</td>
<td>{{action.A}}</td>
<td>{{action.B}}</td>
<td>{{action.C}}</td>
<td>{{action.D}}</td>
<td>{{(action.Date)}}</td>
</tr>