Hi, all!<br><br>I want to do the following: Having a component with two datepickers I want to set a date in the 2-nd one a month later than a value in the first one (upon selection there). <br><br>html text: &#39;Start Date&#39;.<br>

    html space.<br>    (html textInput)<br>        on: #startDate of: self request;<br>        script: (html jQuery new datepicker onSelect: html jQuery ajax serializeThis).<br><br>html text: &#39;Finish Date&#39;.<br>    html space.<br>

    (html textInput)<br>        on: #finishDate of: self request;<br>        script: (html jQuery new datepicker onSelect: html jQuery ajax serializeThis)<br><br>I guess I have to respond to #onSelect: request with some JS code setting new value to &#39;Finish Date&#39; to (calculated on server) value… <br>

How can I implement that? Or do it some other way? <br><br>Sorry, if the questions like this are already covered somewher, a pointer (or some advices on how to find such info) would be great. TIA.<br clear="all"><br>-- <br>

Dennis Schetinin<br>