react-datetime-picker icon indicating copy to clipboard operation
react-datetime-picker copied to clipboard

Instead of the clock, I need a drop-down to select the time 

Open MuppaHarsha opened this issue 2 years ago • 7 comments

import React, { useState } from 'react'; import DateTimePicker from 'react-datetime-picker';

export default function App() { const [date, setDate] = useState(new Date());

function handleChange(newDate) { setDate(newDate); }

return (

<DateTimePicker onChange={handleChange} value={date} time={true} />
); }; This is my code. I need a time drop-down to select the time. but I am unable to make that image

MuppaHarsha avatar Feb 15 '23 07:02 MuppaHarsha

Can you show how will the dropdown like?

kennarddh avatar May 25 '23 15:05 kennarddh

Capture I need this type of drop-down that is not in the clock format, and the hour steps and minute steps should be customized.

MuppaHarsha avatar Jun 21 '23 11:06 MuppaHarsha

Please have support for seconds as well. Something like this from mui time picker but in 24 or 12 hour format.

sambailor avatar Jul 20 '23 21:07 sambailor

Please provide this feature , we are waiting we want dropdown instead of clock.

surveyIpangram avatar Jul 31 '23 12:07 surveyIpangram

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] avatar Oct 30 '23 00:10 github-actions[bot]

This is a desired feature by my team as well.

JanderSilv avatar Nov 09 '23 20:11 JanderSilv

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] avatar Feb 12 '24 00:02 github-actions[bot]

This issue was closed because it has been stalled for 14 days with no activity.

github-actions[bot] avatar Mar 04 '24 00:03 github-actions[bot]