Last active
December 23, 2016 07:20
-
-
Save najlepsiwebdesigner/b94d0c1d908892d10444 to your computer and use it in GitHub Desktop.
Foundation datepicker close button and data tags example
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
<input type="text" class="span2" value="02/16/12" data-date-format="mm/dd/yy" id="dp2"> | |
<script> | |
$(function(){ | |
$('#dp2').fdatepicker({ | |
closeButton: true | |
}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment