fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 371 forks source link

Having two inputs instead of one #191

Closed jdoan3 closed 5 years ago

jdoan3 commented 8 years ago

Is it possible to split start and end date into 2 input fields? But still keep the range option?

So that the output is like this:

Field 1: 2015/12/01 | Field 2: 2015/12/05

Instead of: 2015/12/01-2015/12/05 Similar to this : https://github.com/longbill/jquery-date-range-picker

pherng commented 7 years ago

Did anyone have the answer for this issue?