Hi,
I would like to set the ‘start’ date of a Calender on myself.
Using $(‘#jqxWidgetdatesel’).jqxDateTimeInput(‘setDate’, new Date(1995, 10, 13));
won’t effect anything. Even the INPUT is empty (no preselection in the input field).
My goal is to have the empty input and when the user clicks the first time on the icon for the calender it should show a selected date (e.g. 1995,10,13)
Am I doin something wrong?
Regards
Chris
Code:
$(“#jqxWidgetdatesel”).jqxDateTimeInput({
width: 100, height: 23,
animationType:’fade’,
formatString:’dd.MM.yyyy’,
rowHeaderWidth: 25, showWeekNumbers: true,
enableBrowserBoundsDetection: true,
culture: ‘de-DE’
});