datepicker on same page as datatables but used for different purpose
datepicker on same page as datatables but used for different purpose
I am using the standard bootstrap3 datetimepicker quite fine in standard editing etc. no problem
But I also have a need to utilise this standard bootstrap3 datepicker on another part of the same page (not directly related to the datatables).
I am attempting to call it up with $('#datetimepicker2').datetimepicker();
But the consul states
TypeError: $(...).datetimepicker is not a function
Is there a manner I can call up this picker that is bundled with the editor but not directly used by datatables?
This question has an accepted answers - jump to answer
Answers
found my answer here
https://datatables.net/forums/discussion/comment/120914/#Comment_120914
Perfect!