Hello!
jquery-1.11.1-min.js and jquery-3.2.1.js tested.
jqWidgets ver5.1.0 used.
Firefox 54.0.1 (64bit) und Internet Explorer 11 tested.
I tried the example from jqWidgets for jqxDateTimeInput in “date-time-picker.htm”.
There are three inputs with type given:
date
time
datetime
$("#date").jqxDateTimeInput({ culture:'de-DE', width: '300px', height: '25px' }); // o.k.
$("#time").jqxDateTimeInput({ width: '300px', height: '25px' }); // o.k.
$("#datetime").jqxDateTimeInput({ culture:'de-DE', width: '300px', height: '25px' }); // no widgets apear -> error
Only the input with type datetime does not accept the culture.
What can I do?