How to edit and display Date in ASP.Net MVC 2

Posted by Picflight on Stack Overflow See other posts from Stack Overflow or by Picflight
Published on 2010-04-06T07:27:00Z Indexed on 2010/04/06 7:33 UTC
Read the original article Hit count: 308

Filed under:
|

I am storing a date in my database and want the user to be able to edit this date in the Edit View. In the past with ASP.Net web forms I have used 3 dropdownlists for the Month, Day and Year to get the date from the user and to bind it on display. I want to do the same in ASP.Net MVC and not sure how to do it?

I am not using any jQuery or Javascript, the design calls for simple postback.

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about date