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.
Yes, it still works.
That's not what is happening. Both sample tests and "attempt" tests work with the same input format. What you're seeing is simply a date represented as a string in the format
YYYY-MM-DD
. You can confirm this yourself by printing the input. See: https://docs.codewars.com/training/troubleshooting/#print-inputYour code is incorrect, not a kata issue.