MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / getSetQuarter

Function getSetQuarter

tests/test_code/js/moment/moment.js:4692–4696  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

4690 // MOMENTS
4691
4692 function getSetQuarter(input) {
4693 return input == null
4694 ? Math.ceil((this.month() + 1) / 3)
4695 : this.month((input - 1) * 3 + (this.month() % 3));
4696 }
4697
4698 // FORMATTING
4699

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected