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

I'm having this problem when i select a date like "11/22/2020 10:07" , and then when i want to delete the month and change it with keyboard , when i...

Hello, first of all, I am really love this one.!!!! After I read the document file, I know I can set `isVaildDate`, but how to set `isVaildTime`? Because now I...

feature request

I am using version 3.2.0 of react-datetime and I am trying to implement the feature to manually enter the date but it doesn't work, I have also set the input...

### I'm Submitting a Feature, Support request ``` [ ] Bug report [*] Feature request [*] Support request ``` ### Expected Results While the Timepicker is active, users should have...

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce Selecting previous month dates from **February** is giving...

### Description Fixed 'selecting the 31st of previous month' bug ### Motivation and Context * Why do you think this pull request should be merged? * This pull request fixes...

### I'm Submitting a ... ``` [x] Bug report [ ] Feature request [ ] Support request ``` ### Steps to Reproduce Click on time. Click arrows... It closes. Click...

bug

When I set the `renderInput` prop, the `onChange` event is never triggered. Even if I add the `onChange` in the input, it does not work. Input and styled input are...

if we select previous month date from current month, unexpected date is being displayed ### Description According to moment documentation : if you chain multiple actions to construct a date,...

``` futureDate(current) { let today = moment(); return current.isAfter(today) } ``` if i use this function as a validator, it will blur today's day, but it shouldn't. The day should...