We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 089b7db + 6da8d27 commit d32dcccCopy full SHA for d32dccc
.learn/exercises/04.1-date-range/README.md
@@ -15,4 +15,4 @@ DatetimeIndex(['2021-05-01', '2021-05-02', '2021-05-03', '2021-05-04',
15
16
## 💡 Hint:
17
18
-+ In the date format you can use `DD-MM-YYYY` or `YYYY-MM-DD`.
++ Use the date format `YYYY-MM-DD` (ISO 8601), as it is the standard and avoids confusion. Other formats may not work as expected.
0 commit comments