bp-datepicker
v9.0.7
Published
A simple Datepicker plugin which is used for showing datepicker .
Readme
Datepicker Angular
A simple Datepicker plugin which is used for showing datepicker .
Installation
npm i bp-datepicker
Usage
<input type="text" bpDatePicker />
Features
Min dateThe minDate feature disables the selection of any date previous to the date provided by user as input
<input type="text" bpDatePicker [minDate]="javascript date object" />
Max date The maxDate feature disables the selection of any date ahead to the date provided by user as input
<input type="text" bpDatePicker [maxDate]="javascript date object" />
Disable WeekendsThe disable weekends feature disables the selection of any saturday and sunday in the given date range(min and max dates) .
<input type="text" bpDatePicker [disableWeekends]="true/false" />
Disable particular dates The disable particular dates feature disables the selection of of the dates given by user as input .
<input type="text" bpDatePicker [disabledDates]="array of javascript date object" />
Close Datepicker The close datepicker feature is used to hide and show the datepicker .
<input type="text" bpDatePicker [closed]="true/false" />
Build
This plugin is both Jit and Aot compatible . You can make the build using ng build and ng build --prod --aot . It will work for both .
Code
Further Help
Name: Bhawin Parkeria Email : [email protected]
