I've a time in string format
var start = "14:00:00"
and I need the output to be
02:00pm
<span>{{session.start | some-format}} to {{session.end}}<span>
or javascript manipulation (any will do)
I looked up this page but it needs some kind of time stamp I guess.