react-datetime icon indicating copy to clipboard operation
react-datetime copied to clipboard

A lightweight but complete datetime picker react component.

Results 109 react-datetime issues
Sort by recently updated
recently updated
newest added

Hi, if I refactor this project to use luxon rather than moment, would y'all be ready to merge it pretty quickly? It's a decent chunk of work and I don't...

This happened when: - User switch to time view without picking a date - viewMode was "time" and user selected time without picking a date. I'm not sure whether this...

bug

### I'm Submitting a ... ``` [X ] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce ``` export const RangeDateTimePicker: FunctionComponent = observer((props)...

### I'm Submitting a ... ``` [ X] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce Having a controlled DateTime with a value...

The year range in header is displayed as seen below. Instead it should be showing **2019-2030** ![image](https://user-images.githubusercontent.com/44725079/217248293-721194ca-561a-4a30-b964-48e0b6b46ce5.png)

"react-datetime": "3.1.1" select date 2021-09-01 then set date 2021-08-31 the date input shows 2021-08-01

"react-datetime": "3.1.1" select date 2021-09-01 then set date 2021-08-31 the date input shows 2021-08-01

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce 1. On September 2020 month window select 31...

As per docs I have installed moment-timezone in my project but still getting `moment.tz is not a function`. Error occurring when I am using the prop `displayTimeZone`. Project Tech: React.JS...

### I'm Submitting a ... ``` [ ] Bug report [ ] Feature request [X] Support request ``` ### Steps to Reproduce Try to implement custom arrows (example: use your...