beygi / bootstrap-persian-datetimepicker

persian (jalali) Date/time picker widget based on twitter bootstrap
MIT License
39 stars 6 forks source link

TypeError: moment is undefined #8

Open MHZarei opened 6 years ago

MHZarei commented 6 years ago

Salam I use persian date time picker, with this code:

   <script type="application/javascript" src="/plugins/moment.js"></script>
   <script type="application/javascript" src="/plugins/bootstrap-persian-datetimepicker/js/bootstrap-persian-datetimepicker.js"></script>

but this error happens:

TypeError: moment is undefined [Learn More]        bootstrap-persian-datetimepicker.js:36:5
TypeError: $(...).datetimepicker is not a function [Learn More]        add:885:13

I test moment function in developer tools (Firefox) and it's work. How can I fix this error?