Bootstrap.DateTimePicker
0.0.11
dotnet add package Bootstrap.DateTimePicker --version 0.0.11
NuGet\Install-Package Bootstrap.DateTimePicker -Version 0.0.11
<PackageReference Include="Bootstrap.DateTimePicker" Version="0.0.11" />
paket add Bootstrap.DateTimePicker --version 0.0.11
#r "nuget: Bootstrap.DateTimePicker, 0.0.11"
// 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
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 | 170,373 | 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