Skip to content

Commit 04a80a2

Browse files
committed
Merge pull request #277 from gfldex/master
s/DATEISH/Dateish/g
2 parents e1d78ca + 77546e0 commit 04a80a2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/Type/Dateish.pod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Defined as:
2020
2121
Usage:
2222
23-
DATEISH.year
23+
Dateish.year
2424
2525
Returns the year of the date
2626
@@ -32,7 +32,7 @@ Defined as:
3232
3333
Usage:
3434
35-
DATEISH.month
35+
Dateish.month
3636
3737
Returns the month of the date (1..12)
3838
@@ -44,7 +44,7 @@ Defined as:
4444
4545
Usage:
4646
47-
DATEISH.day
47+
Dateish.day
4848
4949
Returns the day of the month of the date (1..31)
5050
@@ -57,7 +57,7 @@ Defined as:
5757
5858
Usage:
5959
60-
DATEISH.is-leap-year(YEAR?)
60+
Dateish.is-leap-year(YEAR?)
6161
6262
Returns C<True> if C<$year> is a leap year. Can be called as a class method
6363
if the year is provided.
@@ -70,7 +70,7 @@ Defined as:
7070
7171
Usage:
7272
73-
DATEISH.day-of-month
73+
Dateish.day-of-month
7474
7575
Returns the day of the month of the date (1..31). Synonymous to the C<day>
7676
method.
@@ -83,7 +83,7 @@ Defined as:
8383
8484
Usage:
8585
86-
DATEISH.day-of-week
86+
Dateish.day-of-week
8787
8888
Returns the day of the week, where 1 is Monday, 2 is Tuesday and Sunday is 7.
8989
@@ -95,7 +95,7 @@ Defined as:
9595
9696
Usage:
9797
98-
DATEISH.day-of-year
98+
Dateish.day-of-year
9999
100100
Returns the day of the year (1..366).
101101
@@ -107,7 +107,7 @@ Defined as:
107107
108108
Usage:
109109
110-
DATEISH.days-in-month(YEAR?, MONTH?)
110+
Dateish.days-in-month(YEAR?, MONTH?)
111111
112112
Returns the number of days in a month, where year and month default to that
113113
of the invocant. If both year and month are provided, it can be called as
@@ -121,7 +121,7 @@ Defined as:
121121
122122
Usage:
123123
124-
DATEISH.week
124+
Dateish.week
125125
126126
Returns a list of two integers: the year, and the week number. This is because
127127
at the start or end of a year, the week may actually belong to the other year.

0 commit comments

Comments
 (0)