Calculate Date with start date and number of days with javascript

前端 未结 4 1664
予麋鹿
予麋鹿 2021-01-27 12:51

I am trying to calculate a date from a start date and number of days, so basicly add the number of days to a start date and get an end date. The issue is I get some strange res

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-27 13:21

    Use javascript date format:

    How to format a JavaScript date

    So you don't have to manually try to parse date strings.

提交回复
热议问题