Given a timestamp of 1519347000
, I am trying to convert it into a date format using interpolation like so:
{{$ctrl.myTimestamp | date:'MMM d y, hh:mm'}}
The resulting value is Jan 18 1970, 04:02, which is incorrect. The correct date should be February 23, 2018 12:50.
See the updated code in this Plunker link.
Can anyone identify what's causing this issue?