Of course, here's the demo:
http://fahrschuledavide.ch/jquery/demos/datepicker/date-range.htmlIt can occure that second date-value doesn't exist, in this case it is more clear if there stay "open-end" or something like that as if the field stay empty.
I changed only form-code:
<label for="from">From</label>
<input type="text" id="from" name="from" value="start-value"/>
<label for="to">to</label>
<input type="text" id="to" name="to" value="this string value should stay after changing start-value" style="width: 400px;"/>