Hi,
I'm new to ArcGIS pro sdk. I have followed the basic tutorials and I want something similar to the Edit Attribute Data Addin but instead of the EditBox (ArcGIS.Desktop.Framework.Contracts.EditBox), I would like to input a date-picker so the user can select a date.

My add-in basically needs a "Start-date" and "End-date" input fields to go further.
I couldn't find anything for inputting date in the API reference. Any help or suggestions?