MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / getPascalFullMoonDates

Function getPascalFullMoonDates

services/holidays/index.js:27–49  ·  view source on GitHub ↗

* Tabela da lua cheia de Páscoa, valida entre 1900 e 2199, inclusive. * Contendo mês (indexado em 0) e dia.

()

Source from the content-addressed store, hash-verified

25 * Contendo mês (indexado em 0) e dia.
26 */
27function getPascalFullMoonDates() {
28 return [
29 [3, 14],
30 [3, 3],
31 [2, 23],
32 [3, 11],
33 [2, 31],
34 [3, 18],
35 [3, 8],
36 [2, 28],
37 [3, 16],
38 [3, 5],
39 [2, 25],
40 [3, 13],
41 [3, 2],
42 [2, 22],
43 [3, 10],
44 [2, 30],
45 [3, 17],
46 [3, 7],
47 [2, 27],
48 ];
49}
50
51/**
52 * @param Date date

Callers 1

getEasterHolidaysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected