Skip to content

Instantly share code, notes, and snippets.

@hirokiky
Created January 20, 2016 15:00
Show Gist options
  • Save hirokiky/dee014a1ee5374352abe to your computer and use it in GitHub Desktop.
Save hirokiky/dee014a1ee5374352abe to your computer and use it in GitHub Desktop.
moment.js and null
> var moment = require('moment')
undefined
> null < moment('1970-01-01')
false
> null < moment('1970-01-02')
true
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment