route-constraint

Does ASP.NET MVC have any DateTime route constraints?

Hi folks, does ASP.NET MVC contain any route contraints baked into the code? if so, how do i define a date-time constraint? eg. url: http://mydomain.com/{versionDate}/{controller}/{action} http://mydomain.com/2010-01-20/search/posts cheers :) ...

Does ASP.NET MVC have a Decimal route constraint baked in?

Does ASP.NET MVC have a decimal route constraint baked into the core library? I know there's the Regex Constraint but I was wondering if there's any others? ...