I have the following string: "1476154800000" I want to make it a date with the Date object, but I can not get it, anyway I get an error.
of this menera works:
new Date(1476154800000);
but the string is returned by a query and I can not manipulate it to remove the quotes
I appreciate the answers.