I have date in javascript in the format Tue Sep 30 00:00:00 UTC+0200 2014 I send it with http post. On the controller in MVC Web Api I get 29/09/2014 22:00:00.
What is going on and how can I solve it?
I have date in javascript in the format Tue Sep 30 00:00:00 UTC+0200 2014 I send it with http post. On the controller in MVC Web Api I get 29/09/2014 22:00:00.
What is going on and how can I solve it?