I get my JSON from my Own PHP file. I read the Json with Ajax and all is fine. But when I want to display the Date it shows me undefined.
My JSON TAG: "pubDate": "17.06.2015 15:59"
And my Ajax output: result[i].published 
I tried something with moment.js but somehow I don't got the result I want. 
How can I parse Json String to a Date in Ajax? Or is it in JSON a Data and I need the String and convert it in Ajax to data?
 
     
    