diff --git a/.learn/exercises/04.1-date-range/README.md b/.learn/exercises/04.1-date-range/README.md index fd9751a..05b7f51 100644 --- a/.learn/exercises/04.1-date-range/README.md +++ b/.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', ## 💡 Hint: -+ 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.