Rather that having to define a custom format for each call to the date filter, is there a way to globally define a default format (other than \'medium\'
date
\'medium\'
The format defaults to mediumDate if none is provided. There is nothing built in to have it default to something else.
format
mediumDate
https://github.com/angular/angular.js/blob/master/src/ng/filter/filters.js#L382