My json output receives the following response, In this I have to convert the /Date(1419969600000+0400)/ to local date format, I have googled for this, nothing matches, someone help, Thanks in advance...
{
"ErrorCode": 0,
"ErrorMessage": "",
"CustomerDueInvoices": [
{
"Customer_ID": "00000001",
"Details": "Bill for The Month of December 2014",
"DueAmount": 549.31,
"DueDate": "/Date(1419969600000+0400)/",
"InvoiceAmount": 549.31,
"InvoiceDate": "/Date(1419969600000+0400)/",
"InvoiceNo": "RTDBNWP/201527/14",
"Property_Code": "WP-A-E003",
"RevenuHead": "Late Payment Fee -gf"
},
{
"Customer_ID": "00000001",
"Details": "Bill for The Month of December 2014",
"DueAmount": 132.03,
"DueDate": "/Date(1419969600000+0400)/",
"InvoiceAmount": 132.03,
"InvoiceDate": "/Date(1419969600000+0400)/",
"InvoiceNo": "RTDBNWP/201633/14",
"Property_Code": "WP-A-E003",
"RevenuHead": "Late Payment Fee"
}
]
}