SyntaxFix
Write A Post
Hire A Developer
Questions
Since MVC 5 you can use the built in Attribute Routing package which supports a datetime type, which will accept anything that can be parsed to a DateTime.
datetime
e.g.
[GET("Orders/{orderDate:datetime}")]
More info here.