John Caron wrote:
Roland Schweitzer wrote:
Hi,
I am a big fan of Joda. I've written two Chronologies
(AllLeapChronology.java and NoLeapChronology.java) which we've found to
be helpful when using Joda with model data.
are these the same as the CF (section 4.4.1) defined calendars?
Yes. I use them when I encounter these attributes in CF files:
-
noleap or 365_day
-
Gregorian calendar without leap years, i.e., all years are 365
days long.
-
all_leap or 366_day
-
Gregorian calendar with every year being a leap year, i.e., all
years are 366 days long.
Roland
|