2.0.4 • Published 6 years ago
date-time-picker-react v2.0.4
A Date & Time picker for React
Install
yarn add date-time-picker-react
Usage
import DateTimePicker from "date-time-picker-react";
class Demo extends React.Component {
...
render() {
return (
<DateTimePicker onChange={value => {
// do something...
}}>
);
}
...
}
Props
Name | Type | Default | Description |
---|---|---|---|
initialValue | Date | new Date() | An initial date/time. Default is now. |
dateFormat | string | "DD/MM/YY HH:mm" | A Date format. Default is "DD/MM/YY HH:mm". |
inputStyle | { [string]: any } | null | Additional styles for the input element. |
highlightColor | string | "#00a699" | The selected/focussed highlight color. |
min | Date | null | The earliest selectable date. |
max | Date | null | The lastest selectable date. |
onChange | (value: Date) => any | null | Dispatches selected date/time on every date/time change. |
Contributing
- Install deps with
yarn
- Run webpack with
yarn dev
- Build with
yarn build
- Type check with
yarn flow
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.0.0
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago