istype

Is there a way to check if a variable is a Date in JavaScript?

I was wondering if there is any way to check if an object is specifically a Date in JavaScript. isType returns object for Date, which isn't enough for this scenario. Any ideas? Thanks! ...