How do I properly display the date and time in AngularJS?
The output below shows both the input and the output, with and without the AngularJS date filter:
I would suggest you to use moment.js it has got a good support for date formatting according to locales.
create a filter that internally uses moment.js method for formatting date.