jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Future date selection Future date selection #65157

    Vinay Reddy
    Participant

    I am using the below code:
    $(“#jqxWidget”).jqxDateTimeInput({
    width : ‘95%’,
    value : new Date(),
    formatString : “MM/dd/yyyy”
    });

    $(“#jqxWidget”).jqxDateTimeInput(‘setMinDate’,new Date());

    By default the date is shown as Today’s time in the text field. Now if i click calendar and select future date then at the same instance i am not able to select present date it becomes disabled.

    The fix i need is even though i select future date i should able to select present date also.

    in reply to: Future date selection Future date selection #65141

    Vinay Reddy
    Participant

    Thanks for the reply.

    But i am not able to select present day if i change once from present date to future date.

Viewing 2 posts - 16 through 17 (of 17 total)