Convert UIDatePicker to Default

7 views (last 30 days)
shnrndll
shnrndll on 20 Sep 2021
Commented: shnrndll on 21 Sep 2021
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

Geoff Hayes
Geoff Hayes on 21 Sep 2021
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

Find more on Data Type Conversion in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!