<script>
$(function() {
$( "#tahun" ).datepicker({
format: " yyyy", // Notice the Extra space at the beginning
viewMode: "years",
minViewMode: "years"
});
});
</script>
form onsubmit jqueryhttp://stackoverflow.com/questions/3384960/want-html-form-submit-to-do-nothing
keywordnya: form no action onsubmit
Menggunakan retur…Read More...
0 Response to "datepicker hanya tahun"
Post a Comment