DatePicker
Components that select a specific date
Feature
- DatePicker
- Pick a specific year, month, date, time
- Set selectable ranges
- Support various languages
- Calendar
- DateRangePicker
Documentation
Dependency
- jquery ~1.11.0
- tui-code-snippet ~1.2.5
- tui-time-picker ~1.0.0
Test Environment
PC
Usage
Use npm
Install the latest version using npm
command:
$ npm install tui-date-picker --save
or want to install the each version:
$ npm install tui-date-picker@<tag> --save
To access as module format in your code:
var DatePicker = require('tui-date-picker');
var instance = new DatePicker(...);
Use bower
Install the latest version using bower
command:
$ bower install tui-date-picker
or want to install the each version:
$ bower install tui-date-picker#<tag>
To access as namespace format in your code:
var instance = new tui.DatePicker(...);
Download
License
MIT LICENSE