T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

Support for Timezones #191

Open PhilDore11 opened 6 years ago

PhilDore11 commented 6 years ago

Issue: Date is always displayed in local time Expected: ng-model should respect the ng-model-options

Code: <input mdc-datetime-picker date="true" time="false" type="text" format="MM/DD/YYYY Z" show-todays-date ng-model="date" ng-model-options="{ timezone: 'utc' }" />