* Tabela da lua cheia de Páscoa, valida entre 1900 e 2199, inclusive. * Contendo mês (indexado em 0) e dia.
()
| 25 | * Contendo mês (indexado em 0) e dia. |
| 26 | */ |
| 27 | function 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 |