django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
Add Datetime Picker On form
trafficstars
Hello,
How would you recommend adding a timepicker or any other library to input on forms.
I could integrate django-bootstrap-modal-forms with my project, but I am currently using jQuery UI Datepicker. So I need to run $('date_input_selector').datepicker() after the modal is displayed so that the Input exists on HTML.
I do not want to use datepicker / time from django / django tweaks because it seems that they do not work properly on some browsers specially in Safari.
Thank you very much and congratulations for you excellent work!