8

I can't find a React Datetime component with proper documentation. I need a Datetime picker in a React project using Semantic UI React.

I tried https://github.com/react-component/calendar but can't get it running properly... It seems the options is very limited (which is odd btw..).

Can you provide a WORKING example of a datetime picker with these libs?

Oleksandr Fediashov
  • 3,967
  • 1
  • 20
  • 40
olefrank
  • 4,204
  • 7
  • 45
  • 75
  • in react version of semantic ui datepicker is missing but there are separate NPM for date picker which will give same look as SUI https://github.com/arthurdenner/react-semantic-ui-datepickers – Yusuf Khan Aug 23 '20 at 07:46

2 Answers2

8

I found https://github.com/Hacker0x01/react-datepicker. Really simple to setup and use :-)

olefrank
  • 4,204
  • 7
  • 45
  • 75
1

We can use react-date picker for this

https://github.com/Hacker0x01/react-datepicker

Ashh
  • 36,647
  • 11
  • 71
  • 96