DatePicker
Installation
import { DatePicker } from 'uxp/components';Signature
const DatePicker: React.FunctionComponent<IDatePickerProps>Examples
<DatePicker
title="Date"
date={date}
onChange={(date) => setDate(date)}
/><DatePicker
title="Date"
date={date}
onChange={(date) => setDate(date)}
options={{
disableWeekEnds: true
}}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated