Dear Folks,
I used jqxDateTimeInput component in one of my form where I noticed one issue,
Issue: I chose some date, when I try to edit the chosen date using keyboard, it is updating the value to 00 and when onBlur it is updated to 01. Following is the component building,
$("#jqxDateTimeInput").jqxDateTimeInput({width: '250px',height: '25px',formatString: "dd.MM.yyyy"});
$("#jqxDateTimeInput").val(null);
Following is the sample example, let say I’m editing the date
Chosen Date as
17.12.2015
After Keyboard Input either On Blur of the field or moving from day to month to year
it is changing as 00.12.2015 => 01.00.2015 => 01.01.0000 => 01.01.1900
I totally don’t understand why it is behaving like this.
jqWidgets Library version : 3.2.2
Can someone help me on this?
Looking forward.
Regards,
Raj