0

As per my requirement , I want to show the Hong Kong timezone even users from other timezone in ngx-daterangepicker-material. But date time picker shows locale time for Indian users . Here it needs to show the time of Hong Kong , not Indian time.

enter image description here

karthic4info
  • 267
  • 1
  • 2
  • 11

1 Answers1

0

By use moment-timezone,
moment().tz('Your Timezone').subtract(29, 'day')

karthic4info
  • 267
  • 1
  • 2
  • 11