farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
272 stars 28 forks source link

fix(types): fix return types to string #67

Open sebimarkgraf opened 4 months ago

sebimarkgraf commented 4 months ago

This cleans up the return type to be a string. As the time containing already was a string this provides the same type for both possible return types.

Returning a date leads to problems when selecting dates with the current timezone which can end up returning the day before the selected date.