amittkSharma / extended-datetimepicker

An Angular Material based, an Android style date-time picker, with ability to disable set of continuous or non-continuous date sets.
http://rawgit.com/amittkSharma/extended-datetimepicker/master/index.html
MIT License
10 stars 8 forks source link

moment is not defined #2

Closed am88tech closed 7 years ago

am88tech commented 7 years ago

While trying to use your plugin, I am getting an error saying moment is not defined. Any suggestions please?

amittkSharma commented 7 years ago

Hi Abhishek,

Please check whether your node_modules or bower_modules contains moment folder depending of the method of installation. If not please try to re-install "moment". Or please check the version of moment in pre-installed in project and version being used in the datetimepicker.

Thanks and regards Amit