Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created July 1, 2022 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpalala/4c91d09abecfee33fd5718ba6999bf79 to your computer and use it in GitHub Desktop.
Save jpalala/4c91d09abecfee33fd5718ba6999bf79 to your computer and use it in GitHub Desktop.
get-relative-date blah blah blah
...require('moment') library
if ( isRelative ) {
moment(dueAt).diff(moment(Date.now()), 'days')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment