datetimepicker
datetimepicker copied to clipboard
How to show weekday names, hours and minutes?
Question
How can I add day names, hours, minutes, and AM/PM to a React Native date picker?
Context
I am trying to create a date picker that displays full day names (e.g., Monday, Tuesday),
as well as hours, minutes, and AM/PM in the picker.
Attempts
I have reviewed the documentation and searched existing issues, but I could not find a solution.
Environment
- React Native version: 0.76.5
- Expo: 52.0.18 Any help or guidance would be appreciated. Thank you!