0

I'm new to webAPI. When i tried to return date-time in JSON format it returned as /Date(1531378800000)/ . Insted of Thu Jul 12 2018 12:30:00.

Could you please help me with this issue. Thanks, In Advance. (Sorry for my Bad English).

Update: This one Solved my Problem.

Thanks to codecaster

Chanikya
  • 476
  • 1
  • 8
  • 22

1 Answers1

0

You can refer to the link given below: https://stackoverflow.com/a/38567652/8376697

(i.e you can use Datejs library to get the date in your required format)

Villan_98
  • 1
  • 1