Reactstrap React Datetime
-Pro Component
A date and time picker in the same React.js component. It can be used as a datepicker, timepicker or both at the same time.
Example
Unfortunately, we are experiencing some difficulties with our live preview docs, and for some reason, the code demo does not work for this plugin and components. Please check them out here.
import React from "react";
import ReactDatetime from "react-datetime";
// reactstrap components
// import {
//
// } from "reactstrap";
// Core Components
function Example() {
return (
<>
<ReactDatetime />
</>
);
}
export default Example;
Props
If you want to see more examples and properties please check the Official Github Repository.