json - HttpResponse Date field is getting changed in MVC Client -


http response date getting changed on client side have received wcf service.

below output getting service:

i getting different date uid(175605)

here client code:

from above response date following changed (/date(1437657709773-0400).

when tried convert new date(1437657709773-0400),i getting date

"+new date(1437657709773-0400)-->thu jul 23 2015 18:51:49 gmt+0530 (india standard time) object, (date)"

which different got wcf service response uid (175605)

why date changing service(2015-07-23t06:45:34.973) client(2015-07-23 18:51).

can please correct if missing conversion.

i'd similar problem facing time zone difference, here link can find information how solve problem:

coding best practices using datetime in .net framework

hope helps.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -