UIX - How to add date picker popup

Hi,

How do I add a date picker for a date field similar to the below?

I'm using a date input in the HTML but it's treating it as just a normal text field.

<p>Change Dashboard Date Parameters:</p>
<label>Start Date</label>
<input type="date" data-bind="value: startDate" />
<br />
<label>End Date</label>
<input type="date" data-bind="value: endDate" />
<br />
<button type="button" data-bind="click: UpdateDate">Update</button>

Is this possible in M-Files?

Thanks,