Angular-UI One day is subtracted from date in ui-date

后端 未结 4 1488
慢半拍i
慢半拍i 2020-12-10 19:56

The situation I want to use ui-date to set/edit a date in my app. I use the latest stable versions of angular, angular-ui, jquery-ui etc.

Th

4条回答
  •  無奈伤痛
    2020-12-10 20:36

    this solves my problem. angularjs uses default timezone which considers hour time. seting timezone option of ng-model to UTC clear hour times......

    ng-model-options="{timezone:'UTC'}"
    

提交回复
热议问题