javascript - new Data() set time a month too fast?
巴扎黑
巴扎黑 2017-05-19 10:38:54
0
1
440
<html>
<head>
<meta charset="UTF-8">
<title>以本地格式显示日期/时间</title>
</head>
<body>
<script language="javascript">
    d = new Date(2005,9,27,5,20,30);
    document.write(d.toLocaleString());
</script>
</body>
</html>

Why is the output October?

巴扎黑
巴扎黑

reply all(1)
为情所困

Months 0-11 represent January-December, and of course 9 represents October

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template