I have JSON response that has date value as below
/Date(1494468000000)/
How can I parse this to Date object without using any library?
I have JSON response that has date value as below
/Date(1494468000000)/
How can I parse this to Date object without using any library?