Javascript Date Plus 2 Weeks (14 days)

后端 未结 8 1754
孤街浪徒
孤街浪徒 2020-12-05 17:00

I use this to get the date:

var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFu         


        
8条回答
提交回复
热议问题