File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ December may be placed in the first week of the next year.
200
200
There's a C<day-of-week> method, which returns the day of the week as a
201
201
number 1..7, with 1 being Monday and 7 being Sunday.
202
202
203
- The C<weekday -of-month> method returns a number 1..5 indicating the
204
- number of times a particular weekday has occurred so far during that
203
+ The C<day -of-week-in -month> method returns a number 1..5 indicating the
204
+ number of times a particular day-of-week has occurred so far during that
205
205
month, the day itself included. For example, June 9, 2003 is the second
206
206
Monday of the month, and so this method returns 2 for that day.
207
207
@@ -264,7 +264,7 @@ like their C<DateTime> equivalents:
264
264
week-year
265
265
week-number
266
266
day-of-week
267
- weekday -of-month
267
+ day -of-week-in -month
268
268
days-in-month
269
269
day-of-year
270
270
is-leap-year
You can’t perform that action at this time.
0 commit comments