Datepicker
OverviewOfficial Website
Datepicker is a highly configurable component that adds datepicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges.The easiest way to add the datepicker component to your app (will be added to the root module)
Add Package
ng add ngx-bootstrap --component datepicker
Import
import { BsDatepickerModule } from 'ngx-bootstrap/datepicker'; in your module.ts file
Datepicker Examples
| Title | HTML |
|---|---|
| Basic | |
| DateTime | |
| Human-Friendly Dates | |
| MinDate and MaxDate | |
| Range | |
| Week Numbers | |
| Inline Date Picker Demo | |