<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
$(function() {
$( "#tabs" ).tabs();
});
</script>
<script>
$(function() {
$( ".datepicker" ).datepicker();
$( "#format" ).click(function() {
$.datepicker._defaults.dateFormat = "yy-mm-dd";
$( "#datepicker" ).datepicker( "option", "dateFormat", $( this ).val() );
});
});
</script>
No comments:
Post a Comment