Pass Date object from javascript to asp.net mvc controller
- by Elangovan
Hi,
I have a Date variable in client side and I want to pass the Date variable to my controller at server side.
I have passed as a normal field and the date is defaulting to 01-01-0001 12:00:00 AM.
help me to convert the date field with the right format.