I need to increment a date value by one day in JavaScript.(我需要在JavaScript中将日期值增加一天。)
For example, I have a date value 2010-09-11 and I need to store the date of the next day in a JavaScript variable.(例如,我的日期值为2010-09-11,我需要将第二天的日期存储在JavaScript变量中。)
How can I increment a date by a day?(如何将日期增加一天?)
ask by Santanu translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…