DatePicker.HTMLHelper
1.2.2.1
dotnet add package DatePicker.HTMLHelper --version 1.2.2.1
NuGet\Install-Package DatePicker.HTMLHelper -Version 1.2.2.1
<PackageReference Include="DatePicker.HTMLHelper" Version="1.2.2.1" />
paket add DatePicker.HTMLHelper --version 1.2.2.1
#r "nuget: DatePicker.HTMLHelper, 1.2.2.1"
// Install DatePicker.HTMLHelper as a Cake Addin #addin nuget:?package=DatePicker.HTMLHelper&version=1.2.2.1 // Install DatePicker.HTMLHelper as a Cake Tool #tool nuget:?package=DatePicker.HTMLHelper&version=1.2.2.1
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")
Learn more about Target Frameworks and .NET Standard.
-
- bootstrap (>= 3.1.1)
- Bootstrap.Datepicker (>= 1.3.0)
- HelperMethods.HTMLHelper
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DatePicker.HTMLHelper:
Package | Downloads |
---|---|
Bootstrap.HTMLHelpers
This package will install a bunch of HTML Helpers for your MVC Application. |
GitHub repositories
This package is not used by any popular GitHub repositories.
This version will support only a very simple text input and the date calendar, without the component, Embedded/inline or Range types from Bootstrap.Datepicker's NuGet package.