tags:

views:

141

answers:

1

Hi,

I've been trying to use the default ASP.NET MVC model binders but I'm having issues with binding DateTime. I've looked at Scott's post here but it seems to be too sophisticated. Is there a simpler solution to binding DateTime?

+1  A: 

If you don't like Hanselman's solution you could try Castle's binders. They work like this and they can be used through MvcContrib.

Mauricio Scheffer