Sign in Sign up
nuget

DatePickerHTMLHelper

This package will install a MVC's HTML Helper for Bootstrap DatePickers, fully functional with DateTime fields from Models and easy to use, to use in with Bootstrap and Bootstrap.DatePicker's packages. Usage on the View: @Html.DatePickerFor(model => model.Date) If you want to set Data API custom attributes, according to Bootstrap's Data API for DatePickers, you can set optionally in strings, separated by the = character, as below: @Html.DatePickerFor(model => model.Date, "autoclose=true", "todayBtn=true", "todayHighlight=true")

nuget View on Nuget

Activity

Latest release
12y ago
Total releases
6
Cadence
~daily
Last 12 months
0

Details

First release
Mar 19, 2014
Releases
Version Released
1.2.0 minor
1.1.3 patch
1.1.2 patch
1.1.1 patch
1.1.0 minor
1.0.0 initial