如何在JavaScript中克隆Date对象?
要在JavaScript中克隆Date对象,您可以尝试运行以下代码。在这里,我们克隆了当前日期:
示例
<html>
<head>
<title>JavaScript Clone Date</title>
</head>
<body>
<script>
var current_date, clonedDate;
current_date = new Date();
document.write(current_date);
var clonedDate = new Date(current_date.getTime());
document.write("<br>"+clonedDate);
</script>
</body>
</html>输出结果
Mon May 28 2018 09:27:54 GMT+0530 (India Standard Time) Mon May 28 2018 09:27:54 GMT+0530 (India Standard Time)
热门推荐
10 孩子满月随礼简短祝福语
11 新人结婚父母祝福语简短
12 新年简短的英文祝福语
13 18岁的祝福语简短
14 新年送老师简短祝福语
15 广东新居入伙简短祝福语
16 朋友结婚致辞祝福语简短
17 化学老师元旦祝福语简短
18 生日油画棒祝福语简短