Convert UIDatePicker to Default

After picking a date, how can I command the UIDatePicker to display the default Value above? To choose new date(s). Please advise.

 Accepted Answer

shnrndll - try setting to the default value of NaT (from Value) as
myDatePicker.Value = NaT;
where myDatePicker is the uidatepicker object.

More Answers (0)

Categories

Products

Release

R2020b

Asked:

on 20 Sep 2021

Commented:

on 21 Sep 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!