Info
| Version: | 1.3.12 | 
| Author(s): | Miguel Román | 
| Last Update: | Tuesday, August 26, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/dangrossman/bootstrap-daterangepicker | 
| NuGet Url: | https://www.nuget.org/packages/bootstrap.daterangepicker.less | 
Install
Install-Package bootstrap.daterangepicker.less
                        dotnet add package bootstrap.daterangepicker.less
                        paket add bootstrap.daterangepicker.less
                        
                                bootstrap.daterangepicker.less Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Twitter.Bootstrap.Less(3.0.0)
- Moment.js(2.8.1)
Tags
 
                
If invoked with no options, it will present two calendars to choose a start and end date from.
Optionally, you can provide a list of date ranges the user can select from instead of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted into the text box.
Otherwise, you can provide a custom callback function to receive the selection.
The component can also be used as a single date picker by setting the singleDatePicker option to true.