1 2 3 4 5 |
url = "/datepick/"
if $'yearpicker'
url += $'yearpicker'options$'yearpicker'selectedIndexvalue+'/';
url += $'monthpicker'options$'monthpicker'selectedIndexvalue+'/';
|
1 2 3 4 5 |
url = "/datepick/"
if $'yearpicker'
url += $'yearpicker'options$'yearpicker'selectedIndexvalue+'/';
url += $'monthpicker'options$'monthpicker'selectedIndexvalue+'/';
|