-
Notifications
You must be signed in to change notification settings - Fork 369
select range not giving correct time span #518
Comments
Sorry but I couldn't reproduce your problem, please could you explain a bit more about what the issue is you're experiencing? |
hey Matt, |
Ah, it's because moment objects were being passed instead of date objects and angular wasn't formatting the date to account for the timezone difference i.e. it was rendering the dates in UTC rather than your local timezone. Will cut a new release in a sec with a fix. Thanks for reporting! 😄 |
ya, that's what i thought of first, cool.. great work Matt, happy to help, Thanks 👍 |
with reference to https://mattlewis92.github.io/angular-bootstrap-calendar/#?example=select-range
after selecting time range by dragging result shows incorrect time range.
if their is any patch for this please let me know
thanks
The text was updated successfully, but these errors were encountered: