Not maintaned
ng2-datetime
Datetime picker (plugins wrapper) for Angular.
https://nkalinov.github.io/ng2-datetime
Demo and docs:Dependencies
- Bootstrap3 (CSS only)
- jQuery 2+ (supports v3)
- Bootstrap-datepicker (JS+CSS)
- Bootstrap-timepicker (JS+CSS)
Installation
npm install --save ng2-datetime
Usage
-
import some way or another the required dependencies in the following order:
- Bootstrap CSS
- jQuery
- bootstrap-timepicker + bootstrap-datepicker
See this example
-
import { NKDatetimeModule } from 'ng2-datetime/ng2-datetime';
-
Add it to your app module's
imports
property
@NgModule({
...
imports: [NKDatetimeModule, ...],
...
})
- Use it:
<datetime [(ngModel)]="date"></datetime>
See the DEMO and it source for more info and available options.
Contributing
Fork > Create > Pull request
Thanks to
- @jdewit for the timepicker plugin
- @eternicode for the datepicker plugin
- you