Skip to content

Instantly share code, notes, and snippets.

@tj
Created June 8, 2009 17:53
Show Gist options
  • Save tj/125958 to your computer and use it in GitHub Desktop.
Save tj/125958 to your computer and use it in GitHub Desktop.
(function($){
$('#datepicker1').datepicker('onSelect', function(dateText, inst){
$('#datepicker2').datepicker('setDate', dateText)
})
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment