moment-timezone icon indicating copy to clipboard operation
moment-timezone copied to clipboard

How can i use Moment Timezone in React

Open ashifa454 opened this issue 6 years ago • 2 comments

ashifa454 avatar Dec 10 '18 09:12 ashifa454

I have installed Moment and Moment-Timezone, but when i am importing in my project, there is an error image image

ashifa454 avatar Dec 10 '18 09:12 ashifa454

import moment from 'moment-timezone/builds/moment-timezone-with-data';

x-cold avatar Dec 13 '18 01:12 x-cold

You can also just use import moment from 'moment-timezone';

I've updated the docs to add some ES6 examples.

gilmoreorless avatar Jan 28 '23 11:01 gilmoreorless