datepicker hanya tahun

http://stackoverflow.com/questions/13128701/how-display-only-years-in-input-bootstrap-datepicker



<script>
$(function() {
$( "#tahun" ).datepicker({
   format: " yyyy", // Notice the Extra space at the beginning
    viewMode: "years",
    minViewMode: "years"
});
});
</script>

Subscribe to receive free email updates:

0 Response to "datepicker hanya tahun"

Post a Comment