AngularJs provides its own “date” filter to modify Javascript date object to a given format.
Following are defined format strings, which can be used to format JS date object.
Continue reading How to format JS date object in AngularJS using date filter.