ngx-iq-datepicker is an angular date picker with Bootstrap model integration that receives and returns the date. it can also parse ISO dates and UNIX timestamps.
angular datepicker example bootstrap, ngx bootstrap datepicker, angular bootstrap datepicker format ddmmyyyy, datepicker in angular
Angular datepicker with bootstrap integration
- Bootstrap 3 based
- Forms integration: receives and returns Date (it can also parse ISO dates and UNIX timestamps)
- MIT License
How to make use of it:
Installation:
$ npm install ngx-iq-datepicker –save
Usage
import { IqSelect2Module } from 'ngx-iq-datepicker'; @NgModule({ declarations: [..], imports: [.., IqDatepickerModule, ...], providers: [..]
<form [formGroup]="form" class="form-horizontal"> <div class="form-group"> <label>Date</label> <iq-datepicker formControlName="date" [options]="options" [translations]="translations"></iq-datepicker> </div> </form>
angular datepicker with bootstrap, ngx-iq-datepicker Plugin/Github
See Demo And Download
Official Website(Innqube): Click Here
This superior jQuery/javascript plugin is developed by Innqube. For extra advanced usage, please go to the official website.