jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput culture; datetime; ver5.1.0; jquery 1.11.1 / 3.2.1;

This topic contains 2 replies, has 2 voices, and was last updated by  Hans 7 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • Hans
    Participant

    Hello!

    jquery-1.11.1-min.js and jquery-3.2.1.js tested.
    jqWidgets ver5.1.0 used.
    Firefox 54.0.1 (64bit) und Internet Explorer 11 tested.

    I tried the example from jqWidgets for jqxDateTimeInput in “date-time-picker.htm”.

    There are three inputs with type given:
    date
    time
    datetime

    $("#date").jqxDateTimeInput({ culture:'de-DE', width: '300px', height: '25px' }); // o.k.
    $("#time").jqxDateTimeInput({ width: '300px', height: '25px' }); // o.k.
    $("#datetime").jqxDateTimeInput({ culture:'de-DE', width: '300px', height: '25px' }); // no widgets apear -> error

    Only the input with type datetime does not accept the culture.

    What can I do?


    Stanislav
    Participant

    Hello Hans,

    We had a look at the issue you reported, it worked fine for us.
    Maybe you missed declaring something, I would suggest taking a look at our demo Localization or Right to left.

    If you keep having this issue, you can send us a fiddle to take a better look at it.

    Best Regards,
    Stanislav

    jQWidgets Team
    http://www.jqwidgets.com/


    Hans
    Participant

    Ok, I will check if I missed something by copy’n’paste the source code example from jqWidgets.

    At the moment, the issue appeaars onlyfor datetime, not for date nor time.

    Thanks for the info!

    Regards!

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

You must be logged in to reply to this topic.