ASP.NET Parse DateTime result from ajax call to javascript date

后端 未结 4 1447
情书的邮戳
情书的邮戳 2020-12-01 18:42

Introduction:

I have a WebMethod on my ASP.NET page which returns a Person object. One of the fields is Birthday

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-01 19:16

    If you're open to using another JavaScript library:

    http://momentjs.com/docs/#/parsing/asp-net-json-date/

提交回复
热议问题