The server hands me the date in ISO format (yyyy-MM-ddThh: mm: ss.sssZ). How do I make this date appear in the input format with dd / mm / yyyy hh: mm?
<input type="date" class="form-control" ng-model="tarefa.createdAt" />
I'm using angularJS v1.6.