bootstrap-ui-datetime-picker
bootstrap-ui-datetime-picker copied to clipboard
DefaultTime parameter is not supported in IE
trafficstars
Datetime format used in line
var t = new Date('2001-01-01 ' + defaultTime);
seem to return "Invalid Date" even with defaultTime = "00:00:00". Problem occurs in IE11.
Changing '2001-01-01' to, for example, '01 January 2001' helps.