1
0
-1

Hi,

I need to add warranty date on a list. So the operator will fill the purchase date (datepicker) and warranty length (text), and display it on the same form on another text field or datepicker field. I try the solution from /questions/22085936/answers/22085944 but did not work as expected. Looks like the event   onSelect: function( selectedDate ) not triggered. Any idea fo how to implement this?

 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, what is the javascript error that you are getting? If not mistaken, the date picker is a JQuery widget so you can refer to the documentation at http://api.jqueryui.com/datepicker/

        CommentAdd your comment...