How to Include moment-timezone in Angular 2 App

前端 未结 6 505
别跟我提以往
别跟我提以往 2020-12-31 00:05

I realize, this question is repeated but previous once does not provide apt answer moment package was already installed

1.Installed package

6条回答
  •  粉色の甜心
    2020-12-31 00:25

    This is what i use

    moment(currentTime).tz(timeZone);
    

    Here is a working Stackblitz https://stackblitz.com/edit/angular-moment-timezone-23

提交回复
热议问题