I have a date in JavaScript and its value is coming like this
Fri Apr 01 2011 05:00:00 GMT+0530 (India Standard Time) {}
Now what is the best way to convert the date to .NET date . Note that my client side users can be anwyehere around the world. I will have the date from there now my need is to convert it to the .NET date. can you help me ?