Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mahirizm
    You try the following temporary fix, if you’re comfortable with editing the code.
    Open this file:

    And replace

    .ajaxComplete(function() {
    		dtp_init();
    	});

    With

    .ajaxComplete(function() {
    		//dtp_init();
    	});

    Only perform this change if you’re comfortable with code and understand what you’re doing. Basically we’re preventing the datepicker script from running when ajax runs, which what I think is triggering the reset.

    Hope it helps.
    Greetings, Carlos

    Thread Starter mahirizm

    (@mahirizm)

    its work, you’r great thnk you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resetting Date’ is closed to new replies.