1. Include
jquery,
moment.js and
combodate.js
on your page
- <script src="js/jquery.js"></script>
- <script src="js/moment.min.js"></script>
- <script src="js/combodate.js"></script>
2. Markup
input
elements to be used for date and time values
- <input name="playerDate" value="15-05-1984" data-format="DD-MM-YYYY" data-template="D MMM YYYY">
3.Markup Javascript
<script type="text/javascript">
// Date
$(function(){
$('#playerDate').combodate(); });
</script>
Download source code:
https://github.com/gcoolmaneric/jquery-php-html5/tree/master/dropdownDate
No comments:
Post a Comment