Thats my json string or part of it: "/Date(1423232459000)/"
I do var date= $.parseJSON(item.createdAt);
but an error is thrown in the console: Uncaught SyntaxError: Unexpected token /
How can I fix that or read the date?
Thats my json string or part of it: "/Date(1423232459000)/"
I do var date= $.parseJSON(item.createdAt);
but an error is thrown in the console: Uncaught SyntaxError: Unexpected token /
How can I fix that or read the date?