We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecceadb commit 1652657Copy full SHA for 1652657
src/app-components/TimePicker/README.md
@@ -25,9 +25,8 @@ The TimePicker component provides an intuitive time input interface with separat
25
### Format Support
26
27
- **24-hour format**: "HH:mm" or "HH:mm:ss"
28
-- **12-hour format**: "HH:mm a" or "HH:mm:ss a" (with AM/PM)
+- **12-hour format**: "hh:mm a" or "hh:mm:ss a" (with AM/PM)
29
- **Flexible display**: Configurable time format with optional seconds
30
-
31
## Usage
32
33
```tsx
0 commit comments