Upon reviewing my date source, I found the following:
TimeR ="2017-02-17 19:50:11 UTC";
Within the HTML file, I implemented this code snippet
<span class="text-lg">{{TimeR | date: 'hh:mm'}}</span>
The current output displays the time without AM/PM. How can I modify it to show the time in a format such as 10:00 pm - 22:00?