I have an AngularJS App which requests data from another system. One part of the Data is a time (independent from the day) in 24hr format with Seconds and milliseconds like this:
11:15:00.000
Whats the best way to format it with Javascript / AngularJS to a format like this:
11:15
Greetings