jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput Keyboard Input Issue

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Keyboard Input Issue #79427

    raj
    Participant

    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

    Keyboard Input Issue #79431

    Peter Stoev
    Keymaster

    Hi Raj,

    You are missing globalize.js reference

    Best Regards,
    Peter Stoev

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.