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 was archived by the owner on Feb 3, 2020. It is now read-only.
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)