i am using angularjs filter date. i have used this one
var date = new Date(\"09 apr 2015 12:00:50 UT\"); $filter(\'date\')(date, \"dd MMM yyyy hh:mm:ss a Z\"
i don't think you can do it out of the box with plain angular.js, but you can use a library like angular-moment. moment.js supports variety of formats: http://momentjs.com/docs/#/displaying/format/