File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ say Date.today.yyyy-mm-dd("/"); # OUTPUT: «2020/03/14»
183
183
=for code :ok-test<dd>
184
184
method mm-dd-yyyy(str $sep = "-" --> Str:D)
185
185
186
- Returns the date in C<MM-DD-YYYY> format (L<ISO 8601 |https://en.wikipedia.org/wiki/ISO_8601 >).
186
+ Returns the date in C<MM-DD-YYYY> format (L<Gregorian, month-day-year (MDY) |https://en.wikipedia.org/wiki/Calendar_date >).
187
187
The optional positional argument C<$sep>, which defaults to C«-», is a one-character
188
188
separator placed between the different parts of the date.
189
189
@@ -198,7 +198,7 @@ say Date.today.mm-dd-yyyy("/"); # OUTPUT: «03/14/2020»
198
198
=for code :ok-test<dd>
199
199
method dd-mm-yyyy(str $sep = "-" --> Str:D)
200
200
201
- Returns the date in C<DD-MM-YYYY> format (L<ISO 8601 |https://en.wikipedia.org/wiki/ISO_8601 >).
201
+ Returns the date in C<DD-MM-YYYY> format (L<Gregorian, day-month-year (DMY) |https://en.wikipedia.org/wiki/Calendar_date >).
202
202
The optional positional argument C<$sep>, which defaults to C«-», is a one-character
203
203
separator placed between the different parts of the date.
204
204
Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ dividebyzero
366
366
dl
367
367
dll
368
368
dmg
369
+ dmy
369
370
dns
370
371
documenting's
371
372
doesnotexist
@@ -776,6 +777,7 @@ maybevals
776
777
mayspec
777
778
mbc
778
779
mbigint
780
+ mdy
779
781
memoized
780
782
merelo
781
783
metacharacter
You can’t perform that action at this time.
0 commit comments