Has anyone had any luck in setting the default time in bootstrap datetimepicker? https://eonasdan.github.io/bootstrap-datetimepicker/
I've tried set default time in bootstrap-datetimepicker which is ok for the default date but as soon as you click another date it defaults back to the current time.
I want the date to default to today and time to default to 00:00, but if the user chooses another date then keep the time at 00:00, however they should be allowed to change it to something else.
Many thanks