diff --git a/packages/components/src/date-time/README.md b/packages/components/src/date-time/README.md index 530a67e0e8e576..3cd2392b09e2fc 100644 --- a/packages/components/src/date-time/README.md +++ b/packages/components/src/date-time/README.md @@ -1,6 +1,14 @@ # DateTimePicker -DateTimePicker is a React component to render a calendar and clock for selecting a date and time. The calendar and clock components can be accessed individually using the `DatePicker` and `TimePicker` components respectively. +DateTimePicker is a React component that renders a calendar and clock for date and time selection. The calendar and clock components can be accessed individually using the `DatePicker` and `TimePicker` components respectively. + +![Date Time component](https://wordpress.org/gutenberg/files/2019/07/date-time-picker.png) + +## Best practices + +Date pickers should: + +- Use smart defaults and highlight the current date. ## Usage