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