Created
June 18, 2016 05:57
-
-
Save chaitu87/e003ce5daaceb3ab36506472a1a357a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="calendar"> | |
<div class="row"> | |
<div class="col-md-4"> | |
<div id="datepick"></div> | |
</div> | |
<div class="col-md-3"> | |
<div class="well"> | |
<h5>Available Slots <span id="selectedDate">For Today</span></h5> | |
<br> | |
<ul class="nav nav-pills nav-stacked"> | |
<li class="active"><a href="#">12:00 PM</a></li> | |
<li><a href="#">12:30 PM</a></li> | |
<li><a href="#">01:00 PM</a></li> | |
<li><a href="#">01:30 PM</a></li> | |
<li><a href="#">02:00 PM</a></li> | |
<li><a href="#">02:30 PM</a></li> | |
<li><a href="#">03:00 PM</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment