edwardfxiao / react-minimal-datetime-range

A react component for date time range picker. Online demo examples
https://edwardfxiao.github.io/react-minimal-datetime-range/
MIT License
16 stars 7 forks source link

CalendarPicker select time #1

Closed ps-kate closed 2 years ago

ps-kate commented 3 years ago

Hi!

Is it possible to add a time picker to CalendarPicker like as in RangePicker?

edwardfxiao commented 2 years ago

Sorry for the late reply, but do you need a time-select or a time-range-select? I mean, are start time and end time both needed?

edwardfxiao commented 2 years ago

I personally prefer single time selection like this

image

image

edwardfxiao commented 2 years ago

Try v1.7.0

<CalendarPicker
 ...
 enableTimeSelection={true} // OPTIONAL
...
/>