Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 
</head>
<body>
<p id
</body>
</html>
 
$(window).load(function() {
  $('input').datepicker({
    changeYear: true,
    yearRange: '-40:2'
  }).addClass('picker');
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers