You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
let currentDateMoment = moment(currentDate)
let numberOfDateMoment = currentDateMoment.add(numberOfDays, TimeUnit.Days)
return numberOfDateMoment.date
let current date is your from date
how manys to added to number of days
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to get tomorrow's date like this, but it just returns today's.
moment().add(1, "days").format("MMMM do")
This works fine in Javascript
moment().add(1, "days").format("MMMM Do")
Your Environment
Swift 4.0
Xcode Version 9.2 (9C40b)
The text was updated successfully, but these errors were encountered: