<script>
$('#end_time').ready(function(){
$('#end_time').datepicker({
altFormat: "yy-mm-dd h:i:s",
changeYear: true,
changeMonth: true,
dateFormat: "yy-mm-dd h:i:s",
yearRange: "2011:2020"
});
});
</script>
=>輸出:2011-06-30 H:我:■ 我想輸出:2011-06-30 15時14分21秒 誰能幫我?格式jQuery UI的日期選擇器