datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

React Native date & time picker component for iOS, Android and Windows

Results 146 datetimepicker issues
Sort by recently updated
recently updated
newest added

# Bug report ## Summary I open the modal with a default date of 2021-03-01 When I navigate to the year 2022, the header of the modal still shows the...

# Bug report ## Summary When setting device timezone to behind 1 day of existing timezone and setting timeZoneOffsetInMinutes={0} the Android picker is off by one day. ## Reproducible sample...

# Bug report ## Reproducible sample code use the example app: ## Steps to reproduce set tz offset to zero, and then keep opening and closing the calendar picker the...

# Question Hi, we have recently implemented the `datetimepicker` module and we like it a lot. One thing we are now facing is the challenge to somehow style the component...

# Bug report ## Summary When using maximumDate, the resulting date is the day before the day you actually selected. ## Reproducible sample code ``` const onChange = (event, selectedDate)...

# Feature request Right now if you are using the inline picker style on iOS you need to provide a width to the parent to make sure the picker renders....

# Bug report ## Summary When using date mode I'm seeing the picker display the previous day instead of the day provided. ## Reproducible sample code I've built a new...

# Bug report ## Summary I've recently got an error report showing logs as follows, which seems to be caused by datetimepicker: ``` java.util.ConcurrentModificationException: null at java.util.HashMap$HashIterator.nextNode(HashMap.java:1441) at java.util.HashMap$ValueIterator.next(HashMap.java:1470) at...

`npx react-native info` output: info Fetching system and libraries information... System: OS: Windows 10 10.0.19041 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 15.19 GB / 23.85 GB...

windows

# Bug DateTimePicker on iOS return in onChange method different then selected one. Different is one day. ## Environment info React native info output: ```bash info Fetching system and libraries...