Could anyone please suggest me how to convert date from this 1387843200000 format into this 23rd April,2017 inside my controller? I tried with the following code
duedate=1387843200000
date = $filter('date')(duedate, "dd MMM, yyyy");
It gives me the date like 23 Apr,2017. But I want like 23rd April,2017