wwilsman / Datepicker.js

Datepicker.js
http://wwilsman.github.io/Datepicker.js
MIT License
41 stars 20 forks source link

timepicker support #6

Closed tamascsaba closed 8 years ago

tamascsaba commented 8 years ago

Add timepicking options to the library would be greet :)

Example: http://www.daterangepicker.com/#ex2

wwilsman commented 8 years ago

Thought this over for a while and decided to go ahead and implement it. I'll be adding documentation and updating the demo soon.

TL;DR

The time option controls this. Setting it to true will enable a single time picker on non-ranged datepickers. For ranged datepickers, or setting time: 'ranged', a ranged time picker will be enabled.