How can I format date in AngularJS?
My date inside MySQL database is written in this format 2014-10-12 00:17:45
how can I format it in AngularJs so it will only display like this 12:17 AM - Oct. 12, 2014
I tried this solution but I got no luck https://stackoverflow.com/a/22395280/3933400 .
Also, how can I sort it from oldest to latest?
UPDATE :
The date from database was sent by PHP (JSON). Using http.get I manage to get the data. So the output is in format like this 2014-10-12 00:17:45