I am having a requirement where I want to sort the table on the basis of the headers of column.
I have used PrimeNG turbotable sorting for this purpose, everthing works fine but when I try to sort the column which contains the date in the format 'dd-mmm-yyyy' (12-Nov-2016) it does not sort on the basis of month it just takes the dd and sort it accordingly.
I am using it with angular 5
Can someone please help here ?