ASP.NET MVC 2: Disabled TextBox for DateTime returns null

I'm encountering an irritating binding behavior for a DateTime bound to a textbox that is disabled. It always returns null. My model has a DateTime? StartDate property... I've also tried just Date...