Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Date Picker</title>
<script src="https://code.jquery.com/jquery-1.9.1.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.14.1/moment-with-locales.min.js"></script>
  
</head>
<body>
  
  
  <div class="tracker-day-picker">
    
    <div class="adjacent-day previous-day">
      <span>Prev</span>
    </div>
    
    <div class="day current-day">
      <span>Current</span>
    </div>
    
    <div class="adjacent-day next-day">
      <span>Next</span>
    </div>
    
  </div>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
xxxdepypro
0viewers