Need to bind time from the format "yyyy-mm-ddThh:mm:ss" . But some minutes are not binding correctly. used foloowing fomatting technique.
{{myDateTime| date:"HH:mm" }}
Example 1: myDateTime - "1900-01-01T08:00:00" viewed as - "07:49" Need as - "08:00"
Example 2: myDateTime - "1900-01-01T23:00:00" viewed as - "22:49" Need as - "23:00"