Sometimes the data that we have in our app isn’t in the format that it needs to be displayed in. We might be getting data from an API call for example, which contains dates that aren’t human-readable and need to be re-formatted before they are displayed within a component’s template.
In this lesson, we’ll be lea