Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
fixed
Thanks; fixed.
Thanks for the info; I've specified that days of the week start on a Monday. (date format is also given in the task).
Specify the day weeks start. This is Monday in Europe but Sunday in America ( I think ), so in theory, an American would answer
"31-12"
for inputs1, "Sunday"
.Now that I think of it, order of month and day in the return value should be specified also, because they would actually answer
"12-31"
. ( Do not rely on examples for specifications. )ETA: It's even worse.
"While, for example, the United States, Canada, Brazil, Japan and other countries consider Sunday as the first day of the week, and while the week begins with Saturday in much of the Middle East,[citation needed] the international ISO 8601 standard[a] and most of Europe has Monday as the first day of the week. The Geneva-based ISO standards organization uses Monday as the first day of the week in its ISO week date system."
Considering how small the input range is, all possible inputs should be tested.
Sample tests are using the old test framework.