mariuszfoltak / angular2-datatable

DataTable - Simple table component with sorting and pagination for Angular2
202 stars 182 forks source link

how to short date,month, year #99

Open sridharan31 opened 7 years ago

sridharan31 commented 7 years ago

when i click date column, date short based on Date only, i need to short month, year and Date, for Example
30/04/ 2017 02/03/2017 10/02/2017 04/12/2016 Its possible ?

<td style="width: 12%">{{item.tranDate | date: 'shortDate'}}</td>