的parsedate功能不能在以下工作:fiddle hereparsedate功能不能正常工作
我使用jQuery 1.10.2
有什麼不對下面?
<script>
$(document).ready(function() {
var date = new Date();
$('#date1').text($.datepicker.parseDate('ymmdd', date));
});
</script>
<html>
<body>
First date: <span id="date1"></span>
</body>
</html>
首先包括** jQuery UI的**庫到你的提琴,看看[這裏](http://stackoverflow.com/questions/5390521/jquery-ui-datepicker-parsedate-missing-number-at-position-6)可以幫助你! – 2014-09-26 06:30:42
@Dhaval它沒有幫助 – learning 2014-09-26 06:36:59