DateTimePicker
Installation
import { DateTimePicker } from 'uxp/components';Signature
const DateTimePicker: React.FunctionComponent<IDateTimePickerProps>Examples
<DateTimePicker
datetime={date}
onChange={(date) => { setDate(date); }}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated