angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

uib-datepicker-popup and timezone doesn't work for minDate and currentDate #6671

Closed dk8996 closed 6 years ago

dk8996 commented 6 years ago

It seems like minDate + timezone for uib-datepicker-popup doesn't work correctly. It works correctly for the inline version of datepicker.

Here are the examples, Works best when your browser is in EST timezone.

plnkr example

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.x

UIBS: 2.5.0

Bootstrap: 3.x

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.

noullet commented 6 years ago

Thanks for your example @dk8996 , I think I found and solved the issue. If you are interested, you will find all the information in: https://github.com/angular-ui/bootstrap/issues/6235#issuecomment-378989429