jQWidgets Forums

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    set date Posts
  • set date #48995

    rani
    Participant

    hello peter,

    whenever i set to date it is not taking.
    var date=”2/7/2014″;
    $(“#jqxdatetimeinput”).jqxDateTimeInput(‘setDate’, date);

    …………………………………..
    var date = new Date();
    date.setFullYear(2014, 1, 2);
    $(“#jqxdatetimeinput”).jqxDateTimeInput(‘setDate’, date);

    but it is showing today date only.
    i am unable to set the date.
    I have tried in diffrent ways.

    but it is not working

    Regards,
    rani

    set date #49004

    Peter Stoev
    Keymaster

    Hi rani,

    Please, try the ways as shown on the widget’s Documentation page. There you will find a Fiddle Example, too.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.