fetch returns date as string or as date object? code example
Example: find if json property is of type date type
Object.prototype.toString.call(date) === '[object Date]'
Object.prototype.toString.call(date) === '[object Date]'