Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
        <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel='stylesheet' type='text/css'/>
       <script src="https://code.jquery.com/jquery-2.1.1.js" type="text/javascript"></script>
</head>
<body style="margin: 400px 10px 400px 150px">
  <span style="margin-bottom: 10px;display: inline">
    <h5>Orientation - bottom left</h5>
<input type="text" class="date-picker" value="22-09-2014" data-provide="datepicker" data-date-format="dd-mm-yyyy" data-date-orientation="bottom left"/>
  </span>
  <span style="margin-bottom: 10px; display: inline">
    <h5>Orientation - bottom right</h5>
  <input type="text" class="date-picker" value="22-09-2014" data-provide="datepicker" data-date-format="dd-mm-yyyy" data-date-orientation="bottom right"/>
  </span>
  <span style="margin-bottom: 10px; display: inline">
    <h5>Orientation - bottom auto</h5>
  
    <input type="text" class="date-picker" value="22-09-2014" data-provide="datepicker" data-date-format="dd-mm-yyyy" data-date-orientation="bottom auto"/>
  </span>
  
   <span style="margin-bottom: 10px; display: inline">
    <h5>Orientation - top auto</h5>
  <input type="text" class="date-picker" value="22-09-2014" data-provide="datepicker" data-date-format="dd-mm-yyyy" data-date-orientation="top auto"/>
  </span>
  
 
</body>
</html>
Output

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

Dismiss x
public
Bin info
SaranyaRSpro
0viewers