We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a67f commit 4766acbCopy full SHA for 4766acb
lib/cldr/calendar/calendars/nrf.ex
@@ -16,6 +16,7 @@ defmodule Cldr.Calendar.NRF do
16
"""
17
use Cldr.Calendar.Base.Week,
18
min_days_in_first_week: 4,
19
+ begins_or_ends: :ends,
20
first_or_last: :last,
21
day_of_week: 6,
22
month_of_year: 1
mix/corporate/csco.ex
@@ -3,6 +3,7 @@ require Cldr.Calendar.Compiler.Week
3
defmodule Cldr.Calendar.CSCO do
4
5
min_days_in_first_week: 7,
6
7
8
9
month_of_year: 7
test/support/julian_calendars.ex
0 commit comments