I have searched high and low for the answer to this issue, but no luck so now I have to ask...
I have the datetimepicker from Trent Richardson, and for some reason with very minimal options set, it automatically sets the date field to todays date when i click outside without selecting a date.
Anyone have an idea whats going on?
This is my code:
$('input.datetime').datetimepicker({
ampm: true,
timeFormat: 'hh:mm tt',
addSliderAccess: true,
sliderAccessArgs: { touchonly: false },
});
Appreciate all the help I can get, its causing some confusion for my staff using the application...