Skip to content

Instantly share code, notes, and snippets.

View Santolama's full-sized avatar

tms Santolama

View GitHub Profile
@Santolama
Santolama / index.html
Created December 26, 2019 07:45
pickadate.js example
<div class="form-group">
<div class="input-group">
<input type="text" class="date-input form-control"/>
<span class="input-group-btn">
<button class="date-button btn btn-default" type="button"> @ </button>
</span>
</div>
<div id="date-picker"> </div>
</div>