Javascript Date getLocalDateObject()
getLocalDateObject()
Date.prototype.getLocalDateObject = function () { return new Date(this.toLocaleString()) }