find if json property is of type date type

JavaScript
Object.prototype.toString.call(date) === '[object Date]'
Source

Also in JavaScript: