Skip to content

Instantly share code, notes, and snippets.

@xavi-tristancho
Created September 22, 2018 21:14
Show Gist options
  • Select an option

  • Save xavi-tristancho/d28bf58d550353cc6231de23b529c22f to your computer and use it in GitHub Desktop.

Select an option

Save xavi-tristancho/d28bf58d550353cc6231de23b529c22f to your computer and use it in GitHub Desktop.
import { now, add } from "moment";
const tomorrow = add(now(), "1", "day");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment