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
                    
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="DatePicker.HTMLHelper" Version="1.2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DatePicker.HTMLHelper" Version="1.2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="DatePicker.HTMLHelper" />
                    
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 DatePicker.HTMLHelper --version 1.2.2.1
                    
#r "nuget: DatePicker.HTMLHelper, 1.2.2.1"
                    
#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=DatePicker.HTMLHelper&version=1.2.2.1
                    
Install DatePicker.HTMLHelper as a Cake Addin
#tool nuget:?package=DatePicker.HTMLHelper&version=1.2.2.1
                    
Install DatePicker.HTMLHelper 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.

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.

Version Downloads Last updated
1.2.2.1 45,998 5/14/2014
1.2.2 1,424 5/14/2014
1.2.1 1,605 4/1/2014
1.2.0 2,345 3/25/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.