Hi, I use the code below, there some error on iPhone Chrome browser,but Desktop chrome is OK.
I check the jqxDateTimeInput API Reference, but there are no method to set Date with time.
Is any way to set it correctly?
.jqxDateTimeInput({
width: 150,
height: 30,
showTimeButton: true,
formatString: “yyyy年MM月dd日 HH:mm:ss”,
firstDayOfWeek: 1,
showDeleteButton: true,
template: “info”,
value: “2022-01-11 14:26:34”, //add this will make error on my iPhone chrome, but Desktop chrome is OK
culture: ‘zh-TW’
});
jQWidgets version : v13.1.0 (2021-Nov)