Javascript Date getLocalDateObject()

Description

Javascript Date getLocalDateObject()

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



PreviousNext

Related