9.0.7 • Published 4 years ago

bp-datepicker v9.0.7

Weekly downloads
75
License
-
Repository
-
Last release
4 years ago

Datepicker Angular

A simple Datepicker plugin which is used for showing datepicker .

Installation

npm i bp-datepicker

Usage

<input type="text" bpDatePicker />

Features

Min date

The 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 Weekends

The 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

codebase

Further Help

Name: Bhawin Parkeria Email : bhawin.parkeria@gmail.com

9.0.7

4 years ago

9.0.6

4 years ago

9.0.5

4 years ago

9.0.3

4 years ago

9.0.2

4 years ago

9.0.1

4 years ago

9.0.0

4 years ago

5.0.8

5 years ago

5.0.7

5 years ago

5.0.6

5 years ago

5.0.5

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.6

5 years ago

4.1.5

5 years ago

4.1.4

5 years ago

4.6.3

5 years ago

4.5.3

5 years ago

4.4.3

5 years ago

4.3.3

5 years ago

4.2.3

5 years ago

4.1.3

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

2.0.0

5 years ago

1.0.6

5 years ago