pike.git/
lib/
modules/
Calendar.pmod/
YMD.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-09-23
2017-09-23 12:10:38 by Martin Nilsson <nilsson@fastmail.com>
7a67d9e54efaf2915362fc155118b99c081facf9 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Added month_days() that returns the number of days in the month.
313:
return md; }
+
int month_days()
+
{
+
if (mnd==CALUNKNOWN) make_month();
+
return mnd;
+
}
+
int week_day() { if (wd==CALUNKNOWN) make_week();