Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
Could you please provide me with the information how to add a datatimepicker https://github.com/T00rk/bootstrap-material-datetimepicker. Thank you. |
||||
|
From what I see there, I think you need to include jquery and momentjs on your website. Then, create an input element (text edit field), set its name to "input" and a JavaScript code element. In the latter, write this: $('input').bootstrapMaterialDatePicker(); |
|