react-datetime
react-datetime copied to clipboard
A lightweight but complete datetime picker react component.
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...
### 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** 
"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...