UIcalendar set max and min date
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Dear all, I'm currently working with the uicalendar of matlab. Since my program only allows a certain date range to be inserted, I'm looking for a way to not allow entries below, let's say, 01-01-1980.
Is there any way to do so?
Thank you in advance Peter
2 Commenti
dpb
il 3 Mar 2017
Modificato: dpb
il 3 Mar 2017
Woulda' thunk there'd been a linked callback routine handle but doesn't appear to be...to use this control looks like you'll have to add your own post-processing of the return value from the user and inform them if not within acceptable bounds. The (relatively) new datetime class has pretty good support for such things.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Time Series Objects in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!