DatePickerHTMLHelper 1.2.0

dotnet add package DatePickerHTMLHelper --version 1.2.0
                    
NuGet\Install-Package DatePickerHTMLHelper -Version 1.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DatePickerHTMLHelper" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DatePickerHTMLHelper" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="DatePickerHTMLHelper" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DatePickerHTMLHelper --version 1.2.0
                    
#r "nuget: DatePickerHTMLHelper, 1.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=DatePickerHTMLHelper&version=1.2.0
                    
Install DatePickerHTMLHelper as a Cake Addin
#tool nuget:?package=DatePickerHTMLHelper&version=1.2.0
                    
Install DatePickerHTMLHelper as a Cake Tool

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")

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 1,122 3/28/2014
1.1.3 87 3/25/2014
1.1.2 56 3/25/2014
1.1.1 55 3/25/2014
1.1.0 55 3/25/2014
1.0.0 58 3/19/2014

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.