Bootstrap.DateTimePicker 0.0.11

dotnet add package Bootstrap.DateTimePicker --version 0.0.11
NuGet\Install-Package Bootstrap.DateTimePicker -Version 0.0.11
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="Bootstrap.DateTimePicker" Version="0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bootstrap.DateTimePicker --version 0.0.11
#r "nuget: Bootstrap.DateTimePicker, 0.0.11"
#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.
// Install Bootstrap.DateTimePicker as a Cake Addin
#addin nuget:?package=Bootstrap.DateTimePicker&version=0.0.11

// Install Bootstrap.DateTimePicker as a Cake Tool
#tool nuget:?package=Bootstrap.DateTimePicker&version=0.0.11

Date/time picker widget based on twitter bootstrap

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.11 154,977 5/3/2013

Community contributed features and bug fixes.

- Added window edge detection/handling +New
- Added support to set the picker display orientation as an attribute, allow the user to set if the picker should be rendered to the left or to the right of the input field. +New
- Added a "width" attribute to set the width for the picker element. +New
- Updated logic that reads value from input to use current date if the input cannot be parsed. +New
- Make the picker work with correct form markup +Fix
- Fixed extraneous tbody tags +Fix