I am working on a project on MVC
in which I have added date time picker in the form field for that I have downloaded bootstrap-datetimepicker
.
I have extracted JS
and CSS
Files to my project but still, it shows some error.
The Error is:
VM199:2 Uncaught ReferenceError: moment is not defined
at HTMLDocument.eval (eval at globalEval (jquery-2.1.4.js:328), <anonymous>:2:42)
at fire (jquery-2.1.4.js:3099)
at Object.add [as done] (jquery-2.1.4.js:3145)
at jQuery.fn.init.jQuery.fn.ready (jquery-2.1.4.js:3378)
at jQuery.fn.init (jquery-2.1.4.js:2821)
at jQuery (jquery-2.1.4.js:76)
at eval (eval at globalEval (jquery-2.1.4.js:328), <anonymous>:1:1)
at eval (<anonymous>)
at Function.globalEval (jquery-2.1.4.js:328)
at jQuery.fn.init.domManip (jquery-2.1.4.js:5435)