Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Datetime Picker Component with Semantic UI React example [closed]

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?

like image 379
olefrank Avatar asked May 19 '17 12:05

olefrank


2 Answers

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

like image 54
olefrank Avatar answered Oct 31 '22 19:10

olefrank


We can use react-date picker for this

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

like image 1
Ashh Avatar answered Oct 31 '22 17:10

Ashh