This syntax below does not work with MVC4 and the bootstrap date text input. It works fine with a normal text box. Please advise, thank you.
<input type="date" id="PickupDate" name="PickupDate" class="form-control" value="@Model.PickupDate.ToString("d")">