These pickers let users quickly choose a date or time through a familiar popup across M365 mobile apps. Your app can invoke it from a form, for example for setting the date of a new appointment or the due date for a task.

<!-- prettier-ignore-start -->
<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_date_timepicker_01_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_date_timepicker_01_dark.png?text=DarkMode" />

</DisplayToggle>
<!-- prettier-ignore-end -->
