Skip to content
Malexion edited this page Nov 1, 2016 · 1 revision

__.is.date(item)

  • item Item to if it is a date object.

Examples

var result = __.is.date(null);

console.log(result);
Clone this wiki locally