Convert milli seconds into Date in DD/MM/YYYY format in angularjs -
i have written service returns date in milliseconds , want show in format 'dd/mm/yyyy' , how can done?
var date = new date(1324339200000);
date.tostring("mmm dd"); // "dec 20"
angularjs angularjs-directive
No comments:
Post a Comment