I try to filtering a date that I fetch from laravel. But {{date | date:'shortDate'}} wont work. As I found out there is a problem between the Db date format and the format that angular expects. Somewhere I read from
Rather than struggling with the built in date handling of javascript, I suggest adding moment.js and using it to do date formatting in angular. Ideally with custom directives, or if you don't want to write custom directives -- use moment along with these angular-moment directives.