Pass Date object from javascript to asp.net mvc controller
Posted
by Elangovan
on Stack Overflow
See other posts from Stack Overflow
or by Elangovan
Published on 2010-05-28T07:24:44Z
Indexed on
2010/05/28
7:32 UTC
Read the original article
Hit count: 274
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.
© Stack Overflow or respective owner