What control for date picking is good for MVC2?
What control can I use to select dates for ASP.Net MVC2开发者_JAVA技巧?
I'm personally a big fan of this one because it's for date and time. If you just need date it can probably be adjusted accordingly, but for any fields that require date and time it would maintain a consistent UI across the site (rather than one picker for dates and another for times).
精彩评论