Report abuse

1
2
3
4
5
    url = "/datepick/"
    if ($('yearpicker')) {
      url += $('yearpicker').options[$('yearpicker').selectedIndex].value+'/';
    }
    url += $('monthpicker').options[$('monthpicker').selectedIndex].value+'/';