rsr
rsr
I tried {{'2017-09-07T00:14:47' | amFromUtc | amLocal | amDateFormat: 'YYYY-MM-DD'}} after taking latest version. It still returns 2017-09-07. Although if I try {{'2017-09-07T00:14:47Z' | amFromUtc | amLocal | amDateFormat: 'YYYY-MM-DD'}}...
As I mentioned in my initial post, I am in PST time zone. '2017-09-07T00:14:47' is in UTC. On converting it to PST timezone, the date should be 2017-09-06 [ http://coderstoolbox.net/unixtimestamp/...
@ What does {{ '2017-09-07T00:14:47' | amFromUtc | amLocal | amDateFormat }} output? It outputs - 2017-09-07T00:14:47Z. What was the output when you tried on a blank angular project for...