Javascript Date toStartOfQuarter()

Description

Javascript Date toStartOfQuarter()


/// <reference path='./date-additions.d.ts' />
Date.prototype.toStartOfQuarter = function () {
    return this;/*  w  w  w.  ja  v a  2 s .  co m*/
};



PreviousNext

Related