fragaria / angular-daterangepicker

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

Allow user set time in Range #252

Closed alexsoryn closed 7 years ago

alexsoryn commented 7 years ago

I tried to set custom time period for ranges

Example: Last day': [moment().subtract(1.5, 'days'), moment().subtract(.5, 'days').hours(18)]

But I always get time period from 00:00:00 to 23:59:59 for last day. How can I do it?

alexsoryn commented 7 years ago

This is problem in datepickerrange