Use different picker modes: date, time, and datetime
masterThe component supports three distinct modes to handle different user input requirements:
- React Native Timepicker: Specifically for selecting time.
- React Native Datepicker: Specifically for selecting a date.
- React Native Datetimepicker: For selecting both date and time simultaneously.