I have this source of date :
TimeR ="2017-02-17 19:50:11 UTC";
In the Html file i used this code
<span class="text-lg">{{TimeR | date: 'hh:mm'}}</span>
It works good, but i just got the time without AM/PM, how can i fix it or how can get the date like this (for example 10:00 pm - 22:00)