HosseinShabani / react-native-modern-datepicker

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)
MIT License
577 stars 165 forks source link

Feature Request: Ability to Set Time Programmatically #153

Open saquibshaikh14 opened 5 months ago

saquibshaikh14 commented 5 months ago

Description Currently, the React Native DatePicker component allows users to select dates but lacks the ability to programmatically set the time. It would be beneficial to have an option to set the time programmatically, similar to how we can set the selected date.

Proposed Solution Introduce a new prop or method to the DatePicker component that enables developers to set the time programmatically. This would allow developers to pre-select a specific time when rendering the DatePicker component.