js日期操作
Posted 牛顿的小脑
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js日期操作相关的知识,希望对你有一定的参考价值。
javascript Data Type How to - Add days to current date
Question
We would like to know how to add days to current date.
Answer
<!--from w ww . j a v a2s . co m-->
<!DOCTYPE html>
<html>
<head>
<script type=‘text/javascript‘>
window.onload=function(){
var today = new Date();
var newdate = new Date();
newdate.setDate(today.getDate()+29);
document.writeln(newdate);
}
</script>
</head>
<body>
</body>
</html>
The code above is rendered as follows:
以上是关于js日期操作的主要内容,如果未能解决你的问题,请参考以下文章
sql 日期转换代码片段 - Dato,120,konvertere